#c5bb58

Color #C5BB58 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #C5BB58

Tints of Tacha #C5BB58

Color information

#C5BB58 (or 0xC5BB58) is unknown color: approx Tacha. HEX triplet: C5, BB and 58. RGB value is (197,187,88). Sum of RGB (Red+Green+Blue) = 197+187+88=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB58 is #3A44A7. Grayscale: #B3B3B3. Windows color (decimal): -3818664 or 5815237. OLE color: 5815237.

HSL color Cylindrical-coordinate representation of color #C5BB58: hue angle of 54.5º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5BB58 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19718788-
CMYK00.050.550.23
HSL54.5º48.44%55.88%-
HSV(B)54.5º55.33%77.25%-
XYZ42.5648.1216.28-
YUV178.776.81141.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 88 (34.77% from 255) = 18.64%
R=41.74%
G=39.62%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971878800.050.550.2354.548.4455.88
HexC5BB58053717363038
Octal305273130056727666070
Binary11000101101110111011000010111011110111110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5bb58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5bb58; }

 p { color: rgb(197,187,88); }

 H1.HeaderClassName
 {
   color: #c5bb58;
 }
 .AnyTagClassName
 {
   color: #c5bb58;
 }
</style>
background-color css

<style>
 a { background-color: #c5bb58; }

 a { background-color: rgb(197,187,88); }

 div.DivClassName
 {
   background-color: #c5bb58;
 }
 .BgClassName
 {
   background-color: #c5bb58;
 }
</style>
border-color css

<style>
 span { border-color: #c5bb58; }

 span { border-color: rgb(197,187,88); }

 td.TdClassName
 {
   border-color: #c5bb58;
 }
 .TagClassName
 {
   border-color: #c5bb58;
 }
</style>