#B1A954

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

Shades of Olive Green #B1A954

Tints of Olive Green #B1A954

Color information

#B1A954 (or 0xB1A954) is unknown color: approx Olive Green. HEX triplet: B1, A9 and 54. RGB value is (177,169,84). Sum of RGB (Red+Green+Blue) = 177+169+84=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A954 is #4E56AB. Grayscale: #A2A2A2. Windows color (decimal): -5133996 or 5548465. OLE color: 5548465.

HSL color Cylindrical-coordinate representation of color #B1A954: hue angle of 54.84º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1A954 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17716984-
CMYK00.050.530.31
HSL54.84º37.35%51.18%-
HSV(B)54.84º52.54%69.41%-
XYZ33.9238.3614-
YUV161.784.15138.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 84 (33.20% from 255) = 19.53%
R=41.16%
G=39.30%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771698400.050.530.3154.8437.3551.18
HexB1A95405351F372533
Octal261251124056537674563
Binary10110001101010011010100010111010111111110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A954; }

 p { color: rgb(177,169,84); }

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

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

 a { background-color: rgb(177,169,84); }

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

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

 span { border-color: rgb(177,169,84); }

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