#A8B45A

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

Shades of Olive Green #A8B45A

Tints of Olive Green #A8B45A

Color information

#A8B45A (or 0xA8B45A) is unknown color: approx Olive Green. HEX triplet: A8, B4 and 5A. RGB value is (168,180,90). Sum of RGB (Red+Green+Blue) = 168+180+90=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B45A is #574BA5. Grayscale: #A6A6A6. Windows color (decimal): -5720998 or 5944488. OLE color: 5944488.

HSL color Cylindrical-coordinate representation of color #A8B45A: hue angle of 68º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8B45A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB16818090-
CMYK0.0700.500.29
HSL68º37.5%52.94%-
HSV(B)68º50%70.59%-
XYZ34.3241.7115.91-
YUV166.1585.02129.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=38.36%
G=41.10%
B=20.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180900.0700.500.296837.552.94
HexA8B45A70321D442635
Octal2502641327062351044665
Binary101010001011010010110101110110010111011000100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B45A; }

 p { color: rgb(168,180,90); }

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

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

 a { background-color: rgb(168,180,90); }

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

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

 span { border-color: rgb(168,180,90); }

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