#C0BB5F

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

Shades of Dark Khaki #C0BB5F

Tints of Dark Khaki #C0BB5F

Color information

#C0BB5F (or 0xC0BB5F) is unknown color: approx Dark Khaki. HEX triplet: C0, BB and 5F. RGB value is (192,187,95). Sum of RGB (Red+Green+Blue) = 192+187+95=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB5F is #3F44A0. Grayscale: #B2B2B2. Windows color (decimal): -4146337 or 6273984. OLE color: 6273984.

HSL color Cylindrical-coordinate representation of color #C0BB5F: hue angle of 56.91º 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 #C0BB5F is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19218795-
CMYK00.030.510.25
HSL56.91º43.5%56.27%-
HSV(B)56.91º50.52%75.29%-
XYZ41.5747.5717.82-
YUV178.0181.16137.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=40.51%
G=39.45%
B=20.04%

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
Decimal1921879500.030.510.2556.9143.556.27
HexC0BB5F033319392b38
Octal300273137036331715370
Binary1100000010111011101111101111001111001111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB5F; }

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

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

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

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

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

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

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

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