#C5BB69

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

Shades of Dark Khaki #C5BB69

Tints of Dark Khaki #C5BB69

Color information

#C5BB69 (or 0xC5BB69) is unknown color: approx Dark Khaki. HEX triplet: C5, BB and 69. RGB value is (197,187,105). Sum of RGB (Red+Green+Blue) = 197+187+105=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB69 is #3A4496. Grayscale: #B4B4B4. Windows color (decimal): -3818647 or 6929349. OLE color: 6929349.

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

Color convert

RGB197187105-
CMYK00.050.470.23
HSL53.48º44.23%59.22%-
HSV(B)53.48º46.7%77.25%-
XYZ43.3548.4320.43-
YUV180.6485.31139.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=40.29%
G=38.24%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718710500.050.470.2353.4844.2359.22
HexC5BB69052F17352c3b
Octal305273151055727655473
Binary11000101101110111101001010110111110111110101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BB69; }

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

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

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

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

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

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

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

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