#C4BB5C

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

Shades of Dark Khaki #C4BB5C

Tints of Dark Khaki #C4BB5C

Color information

#C4BB5C (or 0xC4BB5C) is unknown color: approx Dark Khaki. HEX triplet: C4, BB and 5C. RGB value is (196,187,92). Sum of RGB (Red+Green+Blue) = 196+187+92=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB5C is #3B44A3. Grayscale: #B3B3B3. Windows color (decimal): -3884196 or 6077380. OLE color: 6077380.

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

Color convert

RGB19618792-
CMYK00.050.530.23
HSL54.81º46.85%56.47%-
HSV(B)54.81º53.06%76.86%-
XYZ42.4748.0517.16-
YUV178.8678.98140.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=41.26%
G=39.37%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961879200.050.530.2354.8146.8556.47
HexC4BB5C053517372f38
Octal304273134056527675770
Binary11000100101110111011100010111010110111110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB5C; }

 p { color: rgb(196,187,92); }

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

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

 a { background-color: rgb(196,187,92); }

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

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

 span { border-color: rgb(196,187,92); }

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