#C0BA6D

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

Shades of Dark Khaki #C0BA6D

Tints of Dark Khaki #C0BA6D

Color information

#C0BA6D (or 0xC0BA6D) is unknown color: approx Dark Khaki. HEX triplet: C0, BA and 6D. RGB value is (192,186,109). Sum of RGB (Red+Green+Blue) = 192+186+109=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA6D is #3F4592. Grayscale: #B3B3B3. Windows color (decimal): -4146579 or 7191232. OLE color: 7191232.

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

Color convert

RGB192186109-
CMYK00.030.430.25
HSL55.66º39.71%59.02%-
HSV(B)55.66º43.23%75.29%-
XYZ42.0647.4321.41-
YUV179.0288.49137.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=39.43%
G=38.19%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218610900.030.430.2555.6639.7159.02
HexC0BA6D032B1938283b
Octal300272155035331705073
Binary1100000010111010110110101110101111001111000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA6D; }

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

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

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

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

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

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

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

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