#A0B832

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

Shades of Yellow Green #A0B832

Tints of Yellow Green #A0B832

Color information

#A0B832 (or 0xA0B832) is unknown color: approx Yellow Green. HEX triplet: A0, B8 and 32. RGB value is (160,184,50). Sum of RGB (Red+Green+Blue) = 160+184+50=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B832 is #5F47CD. Grayscale: #A2A2A2. Windows color (decimal): -6244302 or 3324064. OLE color: 3324064.

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

Color convert

RGB16018450-
CMYK0.1300.730.28
HSL70.75º57.26%45.88%-
HSV(B)70.75º72.83%72.16%-
XYZ32.2141.989.42-
YUV161.5565.05126.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 184 (72.27% from 255) = 46.70%
BLUE value IS 50 (19.92% from 255) = 12.69%
R=40.61%
G=46.70%
B=12.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184500.1300.730.2870.7557.2645.88
HexA0B832D0491C47392e
Octal24027062150111341077156
Binary1010000010111000110010110101001001111001000111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B832; }

 p { color: rgb(160,184,50); }

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

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

 a { background-color: rgb(160,184,50); }

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

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

 span { border-color: rgb(160,184,50); }

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