#A2BA3C

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

Shades of Yellow Green #A2BA3C

Tints of Yellow Green #A2BA3C

Color information

#A2BA3C (or 0xA2BA3C) is unknown color: approx Yellow Green. HEX triplet: A2, BA and 3C. RGB value is (162,186,60). Sum of RGB (Red+Green+Blue) = 162+186+60=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA3C is #5D45C3. Grayscale: #A4A4A4. Windows color (decimal): -6112708 or 3979938. OLE color: 3979938.

HSL color Cylindrical-coordinate representation of color #A2BA3C: hue angle of 71.43º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2BA3C is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB16218660-
CMYK0.1300.680.27
HSL71.43º51.22%48.24%-
HSV(B)71.43º67.74%72.94%-
XYZ33.2743.1310.85-
YUV164.4669.05126.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 60 (23.83% from 255) = 14.71%
R=39.71%
G=45.59%
B=14.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162186600.1300.680.2771.4351.2248.24
HexA2BA3CD0441B473330
Octal24227274150104331076360
Binary1010001010111010111100110101000100110111000111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA3C; }

 p { color: rgb(162,186,60); }

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

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

 a { background-color: rgb(162,186,60); }

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

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

 span { border-color: rgb(162,186,60); }

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