#C0BE73

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

Shades of Dark Khaki #C0BE73

Tints of Dark Khaki #C0BE73

Color information

#C0BE73 (or 0xC0BE73) is unknown color: approx Dark Khaki. HEX triplet: C0, BE and 73. RGB value is (192,190,115). Sum of RGB (Red+Green+Blue) = 192+190+115=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE73 is #3F418C. Grayscale: #B6B6B6. Windows color (decimal): -4145549 or 7585472. OLE color: 7585472.

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

Color convert

RGB192190115-
CMYK00.010.400.25
HSL58.44º37.93%60.2%-
HSV(B)58.44º40.1%75.29%-
XYZ43.2549.2723.45-
YUV182.0590.16135.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=38.63%
G=38.23%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219011500.010.400.2558.4437.9360.2
HexC0BE730128193a263c
Octal300276163015031724674
Binary110000001011111011100110110100011001111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE73; }

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

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

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

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

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

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

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

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