#B9BE6D

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

Shades of Dark Khaki #B9BE6D

Tints of Dark Khaki #B9BE6D

Color information

#B9BE6D (or 0xB9BE6D) is unknown color: approx Dark Khaki. HEX triplet: B9, BE and 6D. RGB value is (185,190,109). Sum of RGB (Red+Green+Blue) = 185+190+109=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE6D is #464192. Grayscale: #B3B3B3. Windows color (decimal): -4604307 or 7192249. OLE color: 7192249.

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

Color convert

RGB185190109-
CMYK0.0300.430.25
HSL63.7º38.39%58.63%-
HSV(B)63.7º42.63%74.51%-
XYZ41.1848.2521.61-
YUV179.2788.34132.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=38.22%
G=39.26%
B=22.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901090.0300.430.2563.738.3958.63
HexB9BE6D302B1940263b
Octal2712761553053311004673
Binary10111001101111101101101110101011110011000000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE6D; }

 p { color: rgb(185,190,109); }

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

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

 a { background-color: rgb(185,190,109); }

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

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

 span { border-color: rgb(185,190,109); }

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