#B9BE66

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

Shades of Dark Khaki #B9BE66

Tints of Dark Khaki #B9BE66

Color information

#B9BE66 (or 0xB9BE66) is unknown color: approx Dark Khaki. HEX triplet: B9, BE and 66. RGB value is (185,190,102). Sum of RGB (Red+Green+Blue) = 185+190+102=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE66 is #464199. Grayscale: #B2B2B2. Windows color (decimal): -4604314 or 6733497. OLE color: 6733497.

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

Color convert

RGB185190102-
CMYK0.0300.460.25
HSL63.41º40.37%57.25%-
HSV(B)63.41º46.32%74.51%-
XYZ40.8248.119.7-
YUV178.4784.84132.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=38.78%
G=39.83%
B=21.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901020.0300.460.2563.4140.3757.25
HexB9BE66302E193f2839
Octal271276146305631775071
Binary1011100110111110110011011010111011001111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE66; }

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

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

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

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

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

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

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

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