#B3AF56

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

Shades of Olive Green #B3AF56

Tints of Olive Green #B3AF56

Color information

#B3AF56 (or 0xB3AF56) is unknown color: approx Olive Green. HEX triplet: B3, AF and 56. RGB value is (179,175,86). Sum of RGB (Red+Green+Blue) = 179+175+86=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF56 is #4C50A9. Grayscale: #A6A6A6. Windows color (decimal): -5001386 or 5681075. OLE color: 5681075.

HSL color Cylindrical-coordinate representation of color #B3AF56: hue angle of 57.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3AF56 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17917586-
CMYK00.020.520.30
HSL57.42º37.96%51.96%-
HSV(B)57.42º51.96%70.2%-
XYZ35.640.9214.83-
YUV166.0582.83137.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 86 (33.98% from 255) = 19.55%
R=40.68%
G=39.77%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791758600.020.520.3057.4237.9651.96
HexB3AF5602341E392634
Octal263257126026436714664
Binary1011001110101111101011001011010011110111001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF56; }

 p { color: rgb(179,175,86); }

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

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

 a { background-color: rgb(179,175,86); }

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

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

 span { border-color: rgb(179,175,86); }

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