#C0BB65

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

Shades of Dark Khaki #C0BB65

Tints of Dark Khaki #C0BB65

Color information

#C0BB65 (or 0xC0BB65) is unknown color: approx Dark Khaki. HEX triplet: C0, BB and 65. RGB value is (192,187,101). Sum of RGB (Red+Green+Blue) = 192+187+101=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB65 is #3F449A. Grayscale: #B3B3B3. Windows color (decimal): -4146331 or 6667200. OLE color: 6667200.

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

Color convert

RGB192187101-
CMYK00.030.470.25
HSL56.7º41.94%57.45%-
HSV(B)56.7º47.4%75.29%-
XYZ41.8647.6919.31-
YUV178.6984.16137.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 101 (39.84% from 255) = 21.04%
R=40%
G=38.96%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218710100.030.470.2556.741.9457.45
HexC0BB65032F19392a39
Octal300273145035731715271
Binary1100000010111011110010101110111111001111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB65; }

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

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

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

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

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

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

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

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