#B3AF63

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

Shades of Olive Green #B3AF63

Tints of Olive Green #B3AF63

Color information

#B3AF63 (or 0xB3AF63) is unknown color: approx Olive Green. HEX triplet: B3, AF and 63. RGB value is (179,175,99). Sum of RGB (Red+Green+Blue) = 179+175+99=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF63 is #4C509C. Grayscale: #A7A7A7. Windows color (decimal): -5001373 or 6533043. OLE color: 6533043.

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

Color convert

RGB17917599-
CMYK00.020.450.30
HSL57º34.48%54.51%-
HSV(B)57º44.69%70.2%-
XYZ36.1741.1417.84-
YUV167.5389.33136.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=39.51%
G=38.63%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791759900.020.450.305734.4854.51
HexB3AF63022D1E392237
Octal263257143025536714267
Binary1011001110101111110001101010110111110111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF63; }

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

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

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

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

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

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

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

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