#ABB35F

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

Shades of Olive Green #ABB35F

Tints of Olive Green #ABB35F

Color information

#ABB35F (or 0xABB35F) is unknown color: approx Olive Green. HEX triplet: AB, B3 and 5F. RGB value is (171,179,95). Sum of RGB (Red+Green+Blue) = 171+179+95=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB35F is #544CA0. Grayscale: #A7A7A7. Windows color (decimal): -5524641 or 6271915. OLE color: 6271915.

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

Color convert

RGB17117995-
CMYK0.0400.470.30
HSL65.71º35.59%53.73%-
HSV(B)65.71º46.93%70.2%-
XYZ34.9841.7217.04-
YUV167.0387.35130.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=38.43%
G=40.22%
B=21.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171179950.0400.470.3065.7135.5953.73
HexABB35F402F1E422436
Octal2532631374057361024466
Binary101010111011001110111111000101111111101000010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB35F; }

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

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

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

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

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

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

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

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