#B9BD67

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

Shades of Dark Khaki #B9BD67

Tints of Dark Khaki #B9BD67

Color information

#B9BD67 (or 0xB9BD67) is unknown color: approx Dark Khaki. HEX triplet: B9, BD and 67. RGB value is (185,189,103). Sum of RGB (Red+Green+Blue) = 185+189+103=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD67 is #464298. Grayscale: #B2B2B2. Windows color (decimal): -4604569 or 6798777. OLE color: 6798777.

HSL color Cylindrical-coordinate representation of color #B9BD67: hue angle of 62.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9BD67 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB185189103-
CMYK0.0200.460.26
HSL62.79º39.45%57.25%-
HSV(B)62.79º45.5%74.12%-
XYZ40.6547.6919.89-
YUV17885.67132.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=38.78%
G=39.62%
B=21.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891030.0200.460.2662.7939.4557.25
HexB9BD67202E1A3f2739
Octal271275147205632774771
Binary1011100110111101110011110010111011010111111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD67; }

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

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

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

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

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

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

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

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