COLOR #C1BB58

HEX: #C1BB58 RGB: (193,187,88)

Color info

#C1BB58 contains mainly red and green colors. Web safe color of #C1BB58 is #CCCC66 (or #CC6).

RGB color model

#C1BB58 color RGB value is (193,187,88).

RGB: (193,187,88) (76%, 73%, 35%)

RGB channels and saturation

R 193 of 255 = 76%
G 187 of 255 = 73%
B 88 of 255 = 35%

193
187
88

R + G + B ~ 61%. #C1BB58 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 187 + 88 = 468 (100%)
R 193 of 468 ~ 41.24%
G 187 of 468 ~ 39.96%
B 88 of 468 ~ 18.8'%

%41.24
%39.96
%18.8

CMYK color model

#C1BB58 color CMYK value is (0,3,54,24).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 54.40%
  • key color value is 24.31%

CMYK: (0,3,54,24)
C0M3Y54K24 (0%, 3%, 54%, 24%)
(0.00 / 0.03 / 0.54 / 0.24)

CMYK percentages

%0
%3.11
%54.4
%24.31

Codes

Color #C1BB58 in popluar color models

C1 BB 58
RGB 193 187 88
HSL 57° 45.85% 55.10%
HSB/HSV 57° 54.40% 75.69%
CMYK 0.00% 3.11% 54.40%
24.31%

Color #C1BB58 in popluar number systems.

HEX C1 BB 58
Decimal 193 187 88
Binary 11000001 10111011 1011000
Octal 301 273 130

Shades and tints

Shades of #C1BB58

#C1BB58
(193,187,88)
#B0AA50
(176,170,80)
#9F9948
(159,153,72)
#8E8840
(142,136,64)
#7D7738
(125,119,56)
#6C6630
(108,102,48)
#5B5528
(91,85,40)
#4A4420
(74,68,32)
#393318
(57,51,24)
#282210
(40,34,16)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #C1BB58

#C1BB58
(193,187,88)
#C6C167
(198,193,103)
#CBC776
(203,199,118)
#D0CD85
(208,205,133)
#D5D394
(213,211,148)
#DAD9A3
(218,217,163)
#DFDFB2
(223,223,178)
#E4E5C1
(228,229,193)
#E9EBD0
(233,235,208)
#EEF1DF
(238,241,223)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BB58 color. Also use rgb(193,187,88) instead hex code.

Text Font Color

.myTextColor { color: #C1BB58; }

<p style="color:#C1BB58">This sample text font color is #C1BB58.</p>

This text font color is #C1BB58.

Background Color

.myBgColor { background-color: #C1BB58; }

<div style="background-color:#C1BB58">Inner text</div>

This div background color is #C1BB58.

Border color

.myBorderColor { border: 1px solid #C1BB58; }

<div style="border:3px solid #C1BB58">Div</div>

This div border color is #C1BB58.

Opacity

.myOpacity80 { color: #C1BB58; opacity: 0.8; }

<p style="color:#C1BB58;opacity:0.8;">80%</p>

Text with #C1BB58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C1BB58;}

<p style="text-shadow: 3px 3px 1px #C1BB58">Text here.</p>

This text has shadow with #C1BB58 color.


.textShadow {text-shadow: 3px 3px 1px #C1BB58', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C1BB58, 5px 5px 20px red">Text here.</p>

This text has shadow with #C1BB58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C1BB58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C1BB58, Direction=45, Strength=4)">Text</p>

This text has shadow with #C1BB58 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C1BB58;
-webkit-box-shadow: 1px 1px 3px 2px #C1BB58;
box-shadow: 1px 1px 3px 2px #C1BB58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C1BB58; -webkit-box-shadow: 1px 1px 3px 2px #C1BB58; box-shadow:1px 1px 3px 2px #C1BB58;">
Div content here
</div>

This div box has shadow with color #C1BB58.

Preview

Color preview on black background

This text has color #C1BB58 on black background.


Color preview on white background

This text has color #C1BB58 on white background.


Black color preview on #C1BB58 background

This text has black color on #C1BB58 background.


White color preview on #C1BB58 background

This text has white color on #C1BB58 background.


Related colors

Complementary color

Complementary color for #hex is #3E44A7.


I love getcolorcode.com

Triadic colors

1 #58C1BB and #BB58C1 with #C1BB58 are triadic colors.

2 #58BBC1 and #BBC158 with #C1BB58 are triadic colors.