#B7B35F

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

Shades of Olive Green #B7B35F

Tints of Olive Green #B7B35F

Color information

#B7B35F (or 0xB7B35F) is unknown color: approx Olive Green. HEX triplet: B7, B3 and 5F. RGB value is (183,179,95). Sum of RGB (Red+Green+Blue) = 183+179+95=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B35F is #484CA0. Grayscale: #AAAAAA. Windows color (decimal): -4738209 or 6271927. OLE color: 6271927.

HSL color Cylindrical-coordinate representation of color #B7B35F: hue angle of 57.27º 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 #B7B35F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18317995-
CMYK00.020.480.28
HSL57.27º37.93%54.51%-
HSV(B)57.27º48.09%71.76%-
XYZ37.7143.1317.16-
YUV170.6285.33136.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=40.04%
G=39.17%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831799500.020.480.2857.2737.9354.51
HexB7B35F02301C392637
Octal267263137026034714667
Binary1011011110110011101111101011000011100111001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B35F; }

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

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

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

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

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

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

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

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