#B9C06C

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

Shades of Dark Khaki #B9C06C

Tints of Dark Khaki #B9C06C

Color information

#B9C06C (or 0xB9C06C) is unknown color: approx Dark Khaki. HEX triplet: B9, C0 and 6C. RGB value is (185,192,108). Sum of RGB (Red+Green+Blue) = 185+192+108=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C06C is #463F93. Grayscale: #B4B4B4. Windows color (decimal): -4603796 or 7127225. OLE color: 7127225.

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

Color convert

RGB185192108-
CMYK0.0400.440.25
HSL65º40%58.82%-
HSV(B)65º43.75%75.29%-
XYZ41.5649.121.47-
YUV180.3387.18131.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=38.14%
G=39.59%
B=22.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921080.0400.440.25654058.82
HexB9C06C402C1941283b
Octal2713001544054311015073
Binary101110011100000011011001000101100110011000001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C06C; }

 p { color: rgb(185,192,108); }

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

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

 a { background-color: rgb(185,192,108); }

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

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

 span { border-color: rgb(185,192,108); }

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