#AFB95B

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

Shades of Olive Green #AFB95B

Tints of Olive Green #AFB95B

Color information

#AFB95B (or 0xAFB95B) is unknown color: approx Olive Green. HEX triplet: AF, B9 and 5B. RGB value is (175,185,91). Sum of RGB (Red+Green+Blue) = 175+185+91=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB95B is #5046A4. Grayscale: #ABABAB. Windows color (decimal): -5260965 or 6011311. OLE color: 6011311.

HSL color Cylindrical-coordinate representation of color #AFB95B: hue angle of 66.38º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFB95B is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB17518591-
CMYK0.0500.510.27
HSL66.38º40.17%54.12%-
HSV(B)66.38º50.81%72.55%-
XYZ36.9244.5716.55-
YUV171.2982.69130.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 91 (35.94% from 255) = 20.18%
R=38.80%
G=41.02%
B=20.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175185910.0500.510.2766.3840.1754.12
HexAFB95B50331B422836
Octal2572711335063331025066
Binary101011111011100110110111010110011110111000010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB95B; }

 p { color: rgb(175,185,91); }

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

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

 a { background-color: rgb(175,185,91); }

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

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

 span { border-color: rgb(175,185,91); }

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