#C5BB5B

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

Shades of Tacha #C5BB5B

Tints of Tacha #C5BB5B

Color information

#C5BB5B (or 0xC5BB5B) is unknown color: approx Tacha. HEX triplet: C5, BB and 5B. RGB value is (197,187,91). Sum of RGB (Red+Green+Blue) = 197+187+91=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB5B is #3A44A4. Grayscale: #B3B3B3. Windows color (decimal): -3818661 or 6011845. OLE color: 6011845.

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

Color convert

RGB19718791-
CMYK00.050.540.23
HSL54.34º47.75%56.47%-
HSV(B)54.34º53.81%77.25%-
XYZ42.6848.1716.94-
YUV179.0578.31140.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=41.47%
G=39.37%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971879100.050.540.2354.3447.7556.47
HexC5BB5B053617363038
Octal305273133056627666070
Binary11000101101110111011011010111011010111110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BB5B; }

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

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

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

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

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

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

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

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