#A2BE2F

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

Shades of Yellow Green #A2BE2F

Tints of Yellow Green #A2BE2F

Color information

#A2BE2F (or 0xA2BE2F) is unknown color: approx Yellow Green. HEX triplet: A2, BE and 2F. RGB value is (162,190,47). Sum of RGB (Red+Green+Blue) = 162+190+47=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE2F is #5D41D0. Grayscale: #A5A5A5. Windows color (decimal): -6111697 or 3128994. OLE color: 3128994.

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

Color convert

RGB16219047-
CMYK0.1500.750.25
HSL71.75º60.34%46.47%-
HSV(B)71.75º75.26%74.51%-
XYZ33.8344.719.54-
YUV165.3361.22125.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 47 (18.75% from 255) = 11.78%
R=40.60%
G=47.62%
B=11.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162190470.1500.750.2571.7560.3446.47
HexA2BE2FF04B19483c2e
Octal24227657170113311107456
Binary1010001010111110101111111101001011110011001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE2F; }

 p { color: rgb(162,190,47); }

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

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

 a { background-color: rgb(162,190,47); }

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

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

 span { border-color: rgb(162,190,47); }

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