#AFBB5D

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

Shades of Olive Green #AFBB5D

Tints of Olive Green #AFBB5D

Color information

#AFBB5D (or 0xAFBB5D) is unknown color: approx Olive Green. HEX triplet: AF, BB and 5D. RGB value is (175,187,93). Sum of RGB (Red+Green+Blue) = 175+187+93=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB5D is #5044A2. Grayscale: #ADADAD. Windows color (decimal): -5260451 or 6142895. OLE color: 6142895.

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

Color convert

RGB17518793-
CMYK0.0600.500.27
HSL67.66º40.87%54.9%-
HSV(B)67.66º50.27%73.33%-
XYZ37.4345.4417.16-
YUV172.783.02129.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 187 (73.44% from 255) = 41.10%
BLUE value IS 93 (36.72% from 255) = 20.44%
R=38.46%
G=41.10%
B=20.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175187930.0600.500.2767.6640.8754.9
HexAFBB5D60321B442937
Octal2572731356062331045167
Binary101011111011101110111011100110010110111000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB5D; }

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

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

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

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

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

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

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

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