#C0BE71

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

Shades of Dark Khaki #C0BE71

Tints of Dark Khaki #C0BE71

Color information

#C0BE71 (or 0xC0BE71) is unknown color: approx Dark Khaki. HEX triplet: C0, BE and 71. RGB value is (192,190,113). Sum of RGB (Red+Green+Blue) = 192+190+113=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE71 is #3F418E. Grayscale: #B6B6B6. Windows color (decimal): -4145551 or 7454400. OLE color: 7454400.

HSL color Cylindrical-coordinate representation of color #C0BE71: hue angle of 58.48º 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 #C0BE71 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192190113-
CMYK00.010.410.25
HSL58.48º38.54%59.8%-
HSV(B)58.48º41.15%75.29%-
XYZ43.1349.2322.85-
YUV181.8289.16135.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=38.79%
G=38.38%
B=22.83%

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
Decimal19219011300.010.410.2558.4838.5459.8
HexC0BE710129193a273c
Octal300276161015131724774
Binary110000001011111011100010110100111001111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE71; }

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

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

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

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

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

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

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

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