#AFB85B

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

Shades of Olive Green #AFB85B

Tints of Olive Green #AFB85B

Color information

#AFB85B (or 0xAFB85B) is unknown color: approx Olive Green. HEX triplet: AF, B8 and 5B. RGB value is (175,184,91). Sum of RGB (Red+Green+Blue) = 175+184+91=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB85B is #5047A4. Grayscale: #ABABAB. Windows color (decimal): -5261221 or 6011055. OLE color: 6011055.

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

Color convert

RGB17518491-
CMYK0.0500.510.28
HSL65.81º39.57%53.92%-
HSV(B)65.81º50.54%72.16%-
XYZ36.7144.1516.48-
YUV170.7183.02131.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=38.89%
G=40.89%
B=20.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175184910.0500.510.2865.8139.5753.92
HexAFB85B50331C422836
Octal2572701335063341025066
Binary101011111011100010110111010110011111001000010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB85B; }

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

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

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

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

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

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

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

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