#ABB262

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

Shades of Olive Green #ABB262

Tints of Olive Green #ABB262

Color information

#ABB262 (or 0xABB262) is unknown color: approx Olive Green. HEX triplet: AB, B2 and 62. RGB value is (171,178,98). Sum of RGB (Red+Green+Blue) = 171+178+98=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB262 is #544D9D. Grayscale: #A7A7A7. Windows color (decimal): -5524894 or 6468267. OLE color: 6468267.

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

Color convert

RGB17117898-
CMYK0.0400.450.30
HSL65.25º34.19%54.12%-
HSV(B)65.25º44.94%69.8%-
XYZ34.9241.3817.7-
YUV166.7989.18131-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=38.26%
G=39.82%
B=21.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171178980.0400.450.3065.2534.1954.12
HexABB262402D1E412236
Octal2532621424055361014266
Binary101010111011001011000101000101101111101000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB262; }

 p { color: rgb(171,178,98); }

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

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

 a { background-color: rgb(171,178,98); }

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

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

 span { border-color: rgb(171,178,98); }

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