#B9BE67

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

Shades of Dark Khaki #B9BE67

Tints of Dark Khaki #B9BE67

Color information

#B9BE67 (or 0xB9BE67) is unknown color: approx Dark Khaki. HEX triplet: B9, BE and 67. RGB value is (185,190,103). Sum of RGB (Red+Green+Blue) = 185+190+103=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE67 is #464198. Grayscale: #B2B2B2. Windows color (decimal): -4604313 or 6799033. OLE color: 6799033.

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

Color convert

RGB185190103-
CMYK0.0300.460.25
HSL63.45º40.09%57.45%-
HSV(B)63.45º45.79%74.51%-
XYZ40.8748.1219.97-
YUV178.5985.34132.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=38.70%
G=39.75%
B=21.55%

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
Decimal1851901030.0300.460.2563.4540.0957.45
HexB9BE67302E193f2839
Octal271276147305631775071
Binary1011100110111110110011111010111011001111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE67; }

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

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

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

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

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

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

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

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