#AFB263

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

Shades of Olive Green #AFB263

Tints of Olive Green #AFB263

Color information

#AFB263 (or 0xAFB263) is unknown color: approx Olive Green. HEX triplet: AF, B2 and 63. RGB value is (175,178,99). Sum of RGB (Red+Green+Blue) = 175+178+99=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB263 is #504D9C. Grayscale: #A8A8A8. Windows color (decimal): -5262749 or 6533807. OLE color: 6533807.

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

Color convert

RGB17517899-
CMYK0.0200.440.30
HSL62.28º33.91%54.31%-
HSV(B)62.28º44.38%69.8%-
XYZ35.8541.8617.99-
YUV168.189.01132.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 99 (39.06% from 255) = 21.90%
R=38.72%
G=39.38%
B=21.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175178990.0200.440.3062.2833.9154.31
HexAFB263202C1E3e2236
Octal257262143205436764266
Binary1010111110110010110001110010110011110111110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB263; }

 p { color: rgb(175,178,99); }

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

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

 a { background-color: rgb(175,178,99); }

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

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

 span { border-color: rgb(175,178,99); }

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