#A8B25A

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

Shades of Olive Green #A8B25A

Tints of Olive Green #A8B25A

Color information

#A8B25A (or 0xA8B25A) is unknown color: approx Olive Green. HEX triplet: A8, B2 and 5A. RGB value is (168,178,90). Sum of RGB (Red+Green+Blue) = 168+178+90=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B25A is #574DA5. Grayscale: #A5A5A5. Windows color (decimal): -5721510 or 5943976. OLE color: 5943976.

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

Color convert

RGB16817890-
CMYK0.0600.490.30
HSL66.82º36.36%52.55%-
HSV(B)66.82º49.44%69.8%-
XYZ33.9140.915.78-
YUV164.9885.69130.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 178 (69.92% from 255) = 40.83%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=38.53%
G=40.83%
B=20.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168178900.0600.490.3066.8236.3652.55
HexA8B25A60311E432435
Octal2502621326061361034465
Binary101010001011001010110101100110001111101000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B25A; }

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

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

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

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

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

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

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

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