#A2BF39

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

Shades of Yellow Green #A2BF39

Tints of Yellow Green #A2BF39

Color information

#A2BF39 (or 0xA2BF39) is unknown color: approx Yellow Green. HEX triplet: A2, BF and 39. RGB value is (162,191,57). Sum of RGB (Red+Green+Blue) = 162+191+57=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF39 is #5D40C6. Grayscale: #A7A7A7. Windows color (decimal): -6111431 or 3784610. OLE color: 3784610.

HSL color Cylindrical-coordinate representation of color #A2BF39: hue angle of 72.99º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2BF39 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB16219157-
CMYK0.1500.700.25
HSL72.99º54.03%48.63%-
HSV(B)72.99º70.16%74.9%-
XYZ34.2745.2410.8-
YUV167.0565.89124.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 57 (22.66% from 255) = 13.90%
R=39.51%
G=46.59%
B=13.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162191570.1500.700.2572.9954.0348.63
HexA2BF39F04619493631
Octal24227771170106311116661
Binary1010001010111111111001111101000110110011001001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BF39; }

 p { color: rgb(162,191,57); }

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

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

 a { background-color: rgb(162,191,57); }

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

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

 span { border-color: rgb(162,191,57); }

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