#ABB65F

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

Shades of Olive Green #ABB65F

Tints of Olive Green #ABB65F

Color information

#ABB65F (or 0xABB65F) is unknown color: approx Olive Green. HEX triplet: AB, B6 and 5F. RGB value is (171,182,95). Sum of RGB (Red+Green+Blue) = 171+182+95=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB65F is #5449A0. Grayscale: #A9A9A9. Windows color (decimal): -5523873 or 6272683. OLE color: 6272683.

HSL color Cylindrical-coordinate representation of color #ABB65F: hue angle of 67.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABB65F is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB17118295-
CMYK0.0600.480.29
HSL67.59º37.34%54.31%-
HSV(B)67.59º47.8%71.37%-
XYZ35.5942.9417.24-
YUV168.7986.36129.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=38.17%
G=40.62%
B=21.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171182950.0600.480.2967.5937.3454.31
HexABB65F60301D442536
Octal2532661376060351044566
Binary101010111011011010111111100110000111011000100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB65F; }

 p { color: rgb(171,182,95); }

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

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

 a { background-color: rgb(171,182,95); }

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

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

 span { border-color: rgb(171,182,95); }

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