#B5B76E

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

Shades of Dark Khaki #B5B76E

Tints of Dark Khaki #B5B76E

Color information

#B5B76E (or 0xB5B76E) is unknown color: approx Dark Khaki. HEX triplet: B5, B7 and 6E. RGB value is (181,183,110). Sum of RGB (Red+Green+Blue) = 181+183+110=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B76E is #4A4891. Grayscale: #AEAEAE. Windows color (decimal): -4868242 or 7255989. OLE color: 7255989.

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

Color convert

RGB181183110-
CMYK0.0100.400.28
HSL61.64º33.64%57.45%-
HSV(B)61.64º39.89%71.76%-
XYZ38.844.8221.36-
YUV174.0891.84132.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=38.19%
G=38.61%
B=23.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811831100.0100.400.2861.6433.6457.45
HexB5B76E10281C3e2239
Octal265267156105034764271
Binary101101011011011111011101010100011100111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B76E; }

 p { color: rgb(181,183,110); }

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

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

 a { background-color: rgb(181,183,110); }

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

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

 span { border-color: rgb(181,183,110); }

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