#B7B54F

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

Shades of Olive Green #B7B54F

Tints of Olive Green #B7B54F

Color information

#B7B54F (or 0xB7B54F) is unknown color: approx Olive Green. HEX triplet: B7, B5 and 4F. RGB value is (183,181,79). Sum of RGB (Red+Green+Blue) = 183+181+79=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B54F is #484AB0. Grayscale: #AAAAAA. Windows color (decimal): -4737713 or 5223863. OLE color: 5223863.

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

Color convert

RGB18318179-
CMYK00.010.570.28
HSL58.85º41.94%51.37%-
HSV(B)58.85º56.83%71.76%-
XYZ37.4643.6813.85-
YUV169.9776.66137.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 79 (31.25% from 255) = 17.83%
R=41.31%
G=40.86%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831817900.010.570.2858.8541.9451.37
HexB7B54F01391C3b2a33
Octal267265117017134735263
Binary101101111011010110011110111100111100111011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B54F; }

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

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

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

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

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

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

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

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