#B5B75F

Color #B5B75F Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B5B75F

Tints of Olive Green #B5B75F

Color information

#B5B75F (or 0xB5B75F) is unknown color: approx Olive Green. HEX triplet: B5, B7 and 5F. RGB value is (181,183,95). Sum of RGB (Red+Green+Blue) = 181+183+95=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B75F is #4A48A0. Grayscale: #ACACAC. Windows color (decimal): -4868257 or 6272949. OLE color: 6272949.

HSL color Cylindrical-coordinate representation of color #B5B75F: hue angle of 61.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5B75F is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18118395-
CMYK0.0100.480.28
HSL61.36º37.93%54.51%-
HSV(B)61.36º48.09%71.76%-
XYZ38.0644.5217.41-
YUV172.3784.34134.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 95 (37.5% from 255) = 20.70%
R=39.43%
G=39.87%
B=20.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181183950.0100.480.2861.3637.9354.51
HexB5B75F10301C3d2637
Octal265267137106034754667
Binary101101011011011110111111011000011100111101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B75F; }

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

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

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

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

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

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

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

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