#B0AF4C

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

Shades of Olive Green #B0AF4C

Tints of Olive Green #B0AF4C

Color information

#B0AF4C (or 0xB0AF4C) is unknown color: approx Olive Green. HEX triplet: B0, AF and 4C. RGB value is (176,175,76). Sum of RGB (Red+Green+Blue) = 176+175+76=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF4C is #4F50B3. Grayscale: #A4A4A4. Windows color (decimal): -5198004 or 5025712. OLE color: 5025712.

HSL color Cylindrical-coordinate representation of color #B0AF4C: hue angle of 59.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0AF4C is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17617576-
CMYK00.010.570.31
HSL59.4º39.68%49.41%-
HSV(B)59.4º56.82%69.02%-
XYZ34.5440.4112.82-
YUV164.0178.33136.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 76 (30.08% from 255) = 17.80%
R=41.22%
G=40.98%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761757600.010.570.3159.439.6849.41
HexB0AF4C01391F3b2831
Octal260257114017137735061
Binary101100001010111110011000111100111111111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AF4C; }

 p { color: rgb(176,175,76); }

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

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

 a { background-color: rgb(176,175,76); }

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

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

 span { border-color: rgb(176,175,76); }

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