#B5B36C

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

Shades of Dark Khaki #B5B36C

Tints of Dark Khaki #B5B36C

Color information

#B5B36C (or 0xB5B36C) is unknown color: approx Dark Khaki. HEX triplet: B5, B3 and 6C. RGB value is (181,179,108). Sum of RGB (Red+Green+Blue) = 181+179+108=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B36C is #4A4C93. Grayscale: #ABABAB. Windows color (decimal): -4869268 or 7123893. OLE color: 7123893.

HSL color Cylindrical-coordinate representation of color #B5B36C: hue angle of 58.36º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5B36C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181179108-
CMYK00.010.400.29
HSL58.36º33.03%56.67%-
HSV(B)58.36º40.33%70.98%-
XYZ37.8843.1520.52-
YUV171.592.16134.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=38.68%
G=38.25%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117910800.010.400.2958.3633.0356.67
HexB5B36C01281D3a2139
Octal265263154015035724171
Binary101101011011001111011000110100011101111010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B36C; }

 p { color: rgb(181,179,108); }

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

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

 a { background-color: rgb(181,179,108); }

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

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

 span { border-color: rgb(181,179,108); }

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