#C0BA5F

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

Shades of Dark Khaki #C0BA5F

Tints of Dark Khaki #C0BA5F

Color information

#C0BA5F (or 0xC0BA5F) is unknown color: approx Dark Khaki. HEX triplet: C0, BA and 5F. RGB value is (192,186,95). Sum of RGB (Red+Green+Blue) = 192+186+95=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA5F is #3F45A0. Grayscale: #B1B1B1. Windows color (decimal): -4146593 or 6273728. OLE color: 6273728.

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

Color convert

RGB19218695-
CMYK00.030.510.25
HSL56.29º43.5%56.27%-
HSV(B)56.29º50.52%75.29%-
XYZ41.3647.1517.75-
YUV177.4281.49138.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=40.59%
G=39.32%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921869500.030.510.2556.2943.556.27
HexC0BA5F033319382b38
Octal300272137036331705370
Binary1100000010111010101111101111001111001111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA5F; }

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

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

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

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

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

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

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

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