#B9B26F

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

Shades of Dark Khaki #B9B26F

Tints of Dark Khaki #B9B26F

Color information

#B9B26F (or 0xB9B26F) is unknown color: approx Dark Khaki. HEX triplet: B9, B2 and 6F. RGB value is (185,178,111). Sum of RGB (Red+Green+Blue) = 185+178+111=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B26F is #464D90. Grayscale: #ACACAC. Windows color (decimal): -4607377 or 7320249. OLE color: 7320249.

HSL color Cylindrical-coordinate representation of color #B9B26F: hue angle of 54.32º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9B26F is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185178111-
CMYK00.040.40.27
HSL54.32º34.58%58.04%-
HSV(B)54.32º40%72.55%-
XYZ38.843.321.35-
YUV172.4693.32136.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 178 (69.92% from 255) = 37.55%
BLUE value IS 111 (43.75% from 255) = 23.42%
R=39.03%
G=37.55%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517811100.040.40.2754.3234.5858.04
HexB9B26F04281B36233a
Octal271262157045033664372
Binary10111001101100101101111010010100011011110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B26F; }

 p { color: rgb(185,178,111); }

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

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

 a { background-color: rgb(185,178,111); }

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

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

 span { border-color: rgb(185,178,111); }

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