#AFB353

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

Shades of Olive Green #AFB353

Tints of Olive Green #AFB353

Color information

#AFB353 (or 0xAFB353) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 53. RGB value is (175,179,83). Sum of RGB (Red+Green+Blue) = 175+179+83=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB353 is #504CAC. Grayscale: #A7A7A7. Windows color (decimal): -5262509 or 5485487. OLE color: 5485487.

HSL color Cylindrical-coordinate representation of color #AFB353: hue angle of 62.5º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFB353 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17517983-
CMYK0.0200.540.30
HSL62.5º38.71%51.37%-
HSV(B)62.5º53.63%70.2%-
XYZ35.3641.9814.42-
YUV166.8680.67133.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 83 (32.81% from 255) = 18.99%
R=40.05%
G=40.96%
B=18.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179830.0200.540.3062.538.7151.37
HexAFB35320361E3e2733
Octal257263123206636764763
Binary1010111110110011101001110011011011110111110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB353; }

 p { color: rgb(175,179,83); }

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

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

 a { background-color: rgb(175,179,83); }

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

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

 span { border-color: rgb(175,179,83); }

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