#AFBB5B

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

Shades of Olive Green #AFBB5B

Tints of Olive Green #AFBB5B

Color information

#AFBB5B (or 0xAFBB5B) is unknown color: approx Olive Green. HEX triplet: AF, BB and 5B. RGB value is (175,187,91). Sum of RGB (Red+Green+Blue) = 175+187+91=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB5B is #5044A4. Grayscale: #ACACAC. Windows color (decimal): -5260453 or 6011823. OLE color: 6011823.

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

Color convert

RGB17518791-
CMYK0.0600.510.27
HSL67.5º41.38%54.51%-
HSV(B)67.5º51.34%73.33%-
XYZ37.3445.4116.69-
YUV172.4782.02129.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 91 (35.94% from 255) = 20.09%
R=38.63%
G=41.28%
B=20.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175187910.0600.510.2767.541.3854.51
HexAFBB5B60331B442937
Octal2572731336063331045167
Binary101011111011101110110111100110011110111000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB5B; }

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

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

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

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

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

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

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

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