#AFB15B

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

Shades of Olive Green #AFB15B

Tints of Olive Green #AFB15B

Color information

#AFB15B (or 0xAFB15B) is unknown color: approx Olive Green. HEX triplet: AF, B1 and 5B. RGB value is (175,177,91). Sum of RGB (Red+Green+Blue) = 175+177+91=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB15B is #504EA4. Grayscale: #A6A6A6. Windows color (decimal): -5263013 or 6009263. OLE color: 6009263.

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

Color convert

RGB17517791-
CMYK0.0100.490.31
HSL61.4º35.54%52.55%-
HSV(B)61.4º48.59%69.41%-
XYZ35.2941.3116.01-
YUV166.685.34133.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=39.50%
G=39.95%
B=20.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177910.0100.490.3161.435.5452.55
HexAFB15B10311F3d2435
Octal257261133106137754465
Binary101011111011000110110111011000111111111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB15B; }

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

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

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

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

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

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

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

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