#B5B26F

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

Shades of Dark Khaki #B5B26F

Tints of Dark Khaki #B5B26F

Color information

#B5B26F (or 0xB5B26F) is unknown color: approx Dark Khaki. HEX triplet: B5, B2 and 6F. RGB value is (181,178,111). Sum of RGB (Red+Green+Blue) = 181+178+111=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B26F is #4A4D90. Grayscale: #ABABAB. Windows color (decimal): -4869521 or 7320245. OLE color: 7320245.

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

Color convert

RGB181178111-
CMYK00.020.390.29
HSL57.43º32.11%57.25%-
HSV(B)57.43º38.67%70.98%-
XYZ37.8542.8121.31-
YUV171.2693.99134.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 178 (69.92% from 255) = 37.87%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=38.51%
G=37.87%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117811100.020.390.2957.4332.1157.25
HexB5B26F02271D392039
Octal265262157024735714071
Binary1011010110110010110111101010011111101111001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B26F; }

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

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

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

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

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

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

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

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