#B3AF5C

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

Shades of Olive Green #B3AF5C

Tints of Olive Green #B3AF5C

Color information

#B3AF5C (or 0xB3AF5C) is unknown color: approx Olive Green. HEX triplet: B3, AF and 5C. RGB value is (179,175,92). Sum of RGB (Red+Green+Blue) = 179+175+92=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF5C is #4C50A3. Grayscale: #A7A7A7. Windows color (decimal): -5001380 or 6074291. OLE color: 6074291.

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

Color convert

RGB17917592-
CMYK00.020.490.30
HSL57.24º36.4%53.14%-
HSV(B)57.24º48.6%70.2%-
XYZ35.8541.0216.15-
YUV166.7385.83136.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=40.13%
G=39.24%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791759200.020.490.3057.2436.453.14
HexB3AF5C02311E392435
Octal263257134026136714465
Binary1011001110101111101110001011000111110111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF5C; }

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

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

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

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

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

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

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

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