#C0BA64

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

Shades of Dark Khaki #C0BA64

Tints of Dark Khaki #C0BA64

Color information

#C0BA64 (or 0xC0BA64) is unknown color: approx Dark Khaki. HEX triplet: C0, BA and 64. RGB value is (192,186,100). Sum of RGB (Red+Green+Blue) = 192+186+100=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA64 is #3F459B. Grayscale: #B2B2B2. Windows color (decimal): -4146588 or 6601408. OLE color: 6601408.

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

Color convert

RGB192186100-
CMYK00.030.480.25
HSL56.09º42.2%57.25%-
HSV(B)56.09º47.92%75.29%-
XYZ41.647.2418.98-
YUV177.9983.99137.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=40.17%
G=38.91%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218610000.030.480.2556.0942.257.25
HexC0BA64033019382a39
Octal300272144036031705271
Binary1100000010111010110010001111000011001111000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA64; }

 p { color: rgb(192,186,100); }

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

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

 a { background-color: rgb(192,186,100); }

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

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

 span { border-color: rgb(192,186,100); }

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