#B7B454

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

Shades of Olive Green #B7B454

Tints of Olive Green #B7B454

Color information

#B7B454 (or 0xB7B454) is unknown color: approx Olive Green. HEX triplet: B7, B4 and 54. RGB value is (183,180,84). Sum of RGB (Red+Green+Blue) = 183+180+84=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B454 is #484BAB. Grayscale: #AAAAAA. Windows color (decimal): -4737964 or 5551287. OLE color: 5551287.

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

Color convert

RGB18318084-
CMYK00.020.540.28
HSL58.18º40.74%52.35%-
HSV(B)58.18º54.1%71.76%-
XYZ37.4543.3514.78-
YUV169.9579.49137.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 84 (33.20% from 255) = 18.79%
R=40.94%
G=40.27%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831808400.020.540.2858.1840.7452.35
HexB7B45402361C3a2934
Octal267264124026634725164
Binary1011011110110100101010001011011011100111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B454; }

 p { color: rgb(183,180,84); }

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

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

 a { background-color: rgb(183,180,84); }

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

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

 span { border-color: rgb(183,180,84); }

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