#C0BF70

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

Shades of Dark Khaki #C0BF70

Tints of Dark Khaki #C0BF70

Color information

#C0BF70 (or 0xC0BF70) is unknown color: approx Dark Khaki. HEX triplet: C0, BF and 70. RGB value is (192,191,112). Sum of RGB (Red+Green+Blue) = 192+191+112=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF70 is #3F408F. Grayscale: #B6B6B6. Windows color (decimal): -4145296 or 7389120. OLE color: 7389120.

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

Color convert

RGB192191112-
CMYK00.010.420.25
HSL59.25º38.83%59.61%-
HSV(B)59.25º41.67%75.29%-
XYZ43.2949.6422.63-
YUV182.2988.33134.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=38.79%
G=38.59%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219111200.010.420.2559.2538.8359.61
HexC0BF70012A193b273c
Octal300277160015231734774
Binary110000001011111111100000110101011001111011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF70; }

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

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

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

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

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

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

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

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