#B1AC4F

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

Shades of Olive Green #B1AC4F

Tints of Olive Green #B1AC4F

Color information

#B1AC4F (or 0xB1AC4F) is unknown color: approx Olive Green. HEX triplet: B1, AC and 4F. RGB value is (177,172,79). Sum of RGB (Red+Green+Blue) = 177+172+79=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC4F is #4E53B0. Grayscale: #A3A3A3. Windows color (decimal): -5133233 or 5221553. OLE color: 5221553.

HSL color Cylindrical-coordinate representation of color #B1AC4F: hue angle of 56.94º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1AC4F is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17717279-
CMYK00.030.550.31
HSL56.94º38.58%50.2%-
HSV(B)56.94º55.37%69.41%-
XYZ34.339.4213.2-
YUV162.8980.66138.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 79 (31.25% from 255) = 18.46%
R=41.36%
G=40.19%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771727900.030.550.3156.9438.5850.2
HexB1AC4F03371F392732
Octal261254117036737714762
Binary1011000110101100100111101111011111111111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC4F; }

 p { color: rgb(177,172,79); }

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

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

 a { background-color: rgb(177,172,79); }

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

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

 span { border-color: rgb(177,172,79); }

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