#C0BF71

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

Shades of Dark Khaki #C0BF71

Tints of Dark Khaki #C0BF71

Color information

#C0BF71 (or 0xC0BF71) is unknown color: approx Dark Khaki. HEX triplet: C0, BF and 71. RGB value is (192,191,113). Sum of RGB (Red+Green+Blue) = 192+191+113=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF71 is #3F408E. Grayscale: #B6B6B6. Windows color (decimal): -4145295 or 7454656. OLE color: 7454656.

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

Color convert

RGB192191113-
CMYK00.010.410.25
HSL59.24º38.54%59.8%-
HSV(B)59.24º41.15%75.29%-
XYZ43.3549.6622.92-
YUV182.4188.83134.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=38.71%
G=38.51%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219111300.010.410.2559.2438.5459.8
HexC0BF710129193b273c
Octal300277161015131734774
Binary110000001011111111100010110100111001111011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF71; }

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

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

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

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

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

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

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

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