#A0BA33

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

Shades of Yellow Green #A0BA33

Tints of Yellow Green #A0BA33

Color information

#A0BA33 (or 0xA0BA33) is unknown color: approx Yellow Green. HEX triplet: A0, BA and 33. RGB value is (160,186,51). Sum of RGB (Red+Green+Blue) = 160+186+51=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA33 is #5F45CC. Grayscale: #A3A3A3. Windows color (decimal): -6243789 or 3390112. OLE color: 3390112.

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

Color convert

RGB16018651-
CMYK0.1400.730.27
HSL71.56º56.96%46.47%-
HSV(B)71.56º72.58%72.94%-
XYZ32.6542.839.68-
YUV162.8464.89125.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 51 (20.31% from 255) = 12.85%
R=40.30%
G=46.85%
B=12.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160186510.1400.730.2771.5656.9646.47
HexA0BA33E0491B48392e
Octal24027263160111331107156
Binary1010000010111010110011111001001001110111001000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA33; }

 p { color: rgb(160,186,51); }

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

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

 a { background-color: rgb(160,186,51); }

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

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

 span { border-color: rgb(160,186,51); }

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