#A2B934

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

Shades of Yellow Green #A2B934

Tints of Yellow Green #A2B934

Color information

#A2B934 (or 0xA2B934) is unknown color: approx Yellow Green. HEX triplet: A2, B9 and 34. RGB value is (162,185,52). Sum of RGB (Red+Green+Blue) = 162+185+52=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B934 is #5D46CB. Grayscale: #A3A3A3. Windows color (decimal): -6112972 or 3455394. OLE color: 3455394.

HSL color Cylindrical-coordinate representation of color #A2B934: hue angle of 70.38º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2B934 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB16218552-
CMYK0.1200.720.27
HSL70.38º56.12%46.47%-
HSV(B)70.38º71.89%72.55%-
XYZ32.8742.639.74-
YUV162.9665.38127.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 185 (72.66% from 255) = 46.37%
BLUE value IS 52 (20.70% from 255) = 13.03%
R=40.60%
G=46.37%
B=13.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162185520.1200.720.2770.3856.1246.47
HexA2B934C0481B46382e
Octal24227164140110331067056
Binary1010001010111001110100110001001000110111000110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B934; }

 p { color: rgb(162,185,52); }

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

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

 a { background-color: rgb(162,185,52); }

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

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

 span { border-color: rgb(162,185,52); }

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