#ABBB62

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

Shades of Olive Green #ABBB62

Tints of Olive Green #ABBB62

Color information

#ABBB62 (or 0xABBB62) is unknown color: approx Olive Green. HEX triplet: AB, BB and 62. RGB value is (171,187,98). Sum of RGB (Red+Green+Blue) = 171+187+98=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB62 is #54449D. Grayscale: #ACACAC. Windows color (decimal): -5522590 or 6470571. OLE color: 6470571.

HSL color Cylindrical-coordinate representation of color #ABBB62: hue angle of 70.79º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABBB62 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB17118798-
CMYK0.0900.480.27
HSL70.79º39.56%55.88%-
HSV(B)70.79º47.59%73.33%-
XYZ36.7745.0818.32-
YUV172.0786.2127.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 98 (38.67% from 255) = 21.49%
R=37.5%
G=41.01%
B=21.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171187980.0900.480.2770.7939.5655.88
HexABBB6290301B472838
Octal25327314211060331075070
Binary1010101110111011110001010010110000110111000111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB62; }

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

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

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

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

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

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

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

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