#B7B55D

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

Shades of Olive Green #B7B55D

Tints of Olive Green #B7B55D

Color information

#B7B55D (or 0xB7B55D) is unknown color: approx Olive Green. HEX triplet: B7, B5 and 5D. RGB value is (183,181,93). Sum of RGB (Red+Green+Blue) = 183+181+93=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B55D is #484AA2. Grayscale: #ABABAB. Windows color (decimal): -4737699 or 6141367. OLE color: 6141367.

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

Color convert

RGB18318193-
CMYK00.010.490.28
HSL58.67º38.46%54.12%-
HSV(B)58.67º49.18%71.76%-
XYZ38.0343.9116.83-
YUV171.5783.66136.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=40.04%
G=39.61%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831819300.010.490.2858.6738.4654.12
HexB7B55D01311C3b2636
Octal267265135016134734666
Binary101101111011010110111010111000111100111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B55D; }

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

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

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

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

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

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

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

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