#B9BD69

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

Shades of Dark Khaki #B9BD69

Tints of Dark Khaki #B9BD69

Color information

#B9BD69 (or 0xB9BD69) is unknown color: approx Dark Khaki. HEX triplet: B9, BD and 69. RGB value is (185,189,105). Sum of RGB (Red+Green+Blue) = 185+189+105=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD69 is #464296. Grayscale: #B2B2B2. Windows color (decimal): -4604567 or 6929849. OLE color: 6929849.

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

Color convert

RGB185189105-
CMYK0.0200.440.26
HSL62.86º38.89%57.65%-
HSV(B)62.86º44.44%74.12%-
XYZ40.7547.7320.43-
YUV178.2386.67132.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 189 (74.22% from 255) = 39.46%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=38.62%
G=39.46%
B=21.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891050.0200.440.2662.8638.8957.65
HexB9BD69202C1A3f273a
Octal271275151205432774772
Binary1011100110111101110100110010110011010111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD69; }

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

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

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

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

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

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

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

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