#C0BE6C

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

Shades of Dark Khaki #C0BE6C

Tints of Dark Khaki #C0BE6C

Color information

#C0BE6C (or 0xC0BE6C) is unknown color: approx Dark Khaki. HEX triplet: C0, BE and 6C. RGB value is (192,190,108). Sum of RGB (Red+Green+Blue) = 192+190+108=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE6C is #3F4193. Grayscale: #B5B5B5. Windows color (decimal): -4145556 or 7126720. OLE color: 7126720.

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

Color convert

RGB192190108-
CMYK00.010.440.25
HSL58.57º40%58.82%-
HSV(B)58.57º43.75%75.29%-
XYZ42.8649.1221.41-
YUV181.2586.66135.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=39.18%
G=38.78%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219010800.010.440.2558.574058.82
HexC0BE6C012C193b283b
Octal300276154015431735073
Binary110000001011111011011000110110011001111011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE6C; }

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

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

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

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

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

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

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

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