#AFBA5D

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

Shades of Olive Green #AFBA5D

Tints of Olive Green #AFBA5D

Color information

#AFBA5D (or 0xAFBA5D) is unknown color: approx Olive Green. HEX triplet: AF, BA and 5D. RGB value is (175,186,93). Sum of RGB (Red+Green+Blue) = 175+186+93=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA5D is #5045A2. Grayscale: #ACACAC. Windows color (decimal): -5260707 or 6142639. OLE color: 6142639.

HSL color Cylindrical-coordinate representation of color #AFBA5D: hue angle of 67.1º degrees, saturation: 0.4, 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 #AFBA5D is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB17518693-
CMYK0.0600.50.27
HSL67.1º40.26%54.71%-
HSV(B)67.1º50%72.94%-
XYZ37.2145.0217.08-
YUV172.1183.36130.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=38.55%
G=40.97%
B=20.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186930.0600.50.2767.140.2654.71
HexAFBA5D60321B432837
Octal2572721356062331035067
Binary101011111011101010111011100110010110111000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA5D; }

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

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

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

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

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

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

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

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