#C0BF64

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

Shades of Dark Khaki #C0BF64

Tints of Dark Khaki #C0BF64

Color information

#C0BF64 (or 0xC0BF64) is unknown color: approx Dark Khaki. HEX triplet: C0, BF and 64. RGB value is (192,191,100). Sum of RGB (Red+Green+Blue) = 192+191+100=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF64 is #3F409B. Grayscale: #B5B5B5. Windows color (decimal): -4145308 or 6602688. OLE color: 6602688.

HSL color Cylindrical-coordinate representation of color #C0BF64: hue angle of 59.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0BF64 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB192191100-
CMYK00.010.480.25
HSL59.35º42.2%57.25%-
HSV(B)59.35º47.92%75.29%-
XYZ42.6749.3919.34-
YUV180.9282.33135.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=39.75%
G=39.54%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219110000.010.480.2559.3542.257.25
HexC0BF640130193b2a39
Octal300277144016031735271
Binary110000001011111111001000111000011001111011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF64; }

 p { color: rgb(192,191,100); }

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

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

 a { background-color: rgb(192,191,100); }

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

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

 span { border-color: rgb(192,191,100); }

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