#ABB45C

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

Shades of Olive Green #ABB45C

Tints of Olive Green #ABB45C

Color information

#ABB45C (or 0xABB45C) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 5C. RGB value is (171,180,92). Sum of RGB (Red+Green+Blue) = 171+180+92=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB45C is #544BA3. Grayscale: #A7A7A7. Windows color (decimal): -5524388 or 6075563. OLE color: 6075563.

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

Color convert

RGB17118092-
CMYK0.0500.490.29
HSL66.14º36.97%53.33%-
HSV(B)66.14º48.89%70.59%-
XYZ35.0542.0716.4-
YUV167.2885.52130.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=38.60%
G=40.63%
B=20.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180920.0500.490.2966.1436.9753.33
HexABB45C50311D422535
Octal2532641345061351024565
Binary101010111011010010111001010110001111011000010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB45C; }

 p { color: rgb(171,180,92); }

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

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

 a { background-color: rgb(171,180,92); }

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

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

 span { border-color: rgb(171,180,92); }

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