#A0B83B

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

Shades of Yellow Green #A0B83B

Tints of Yellow Green #A0B83B

Color information

#A0B83B (or 0xA0B83B) is unknown color: approx Yellow Green. HEX triplet: A0, B8 and 3B. RGB value is (160,184,59). Sum of RGB (Red+Green+Blue) = 160+184+59=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B83B is #5F47C4. Grayscale: #A3A3A3. Windows color (decimal): -6244293 or 3913888. OLE color: 3913888.

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

Color convert

RGB16018459-
CMYK0.1300.680.28
HSL71.52º51.44%47.65%-
HSV(B)71.52º67.93%72.16%-
XYZ32.4342.0710.55-
YUV162.5769.55126.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 184 (72.27% from 255) = 45.66%
BLUE value IS 59 (23.44% from 255) = 14.64%
R=39.70%
G=45.66%
B=14.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184590.1300.680.2871.5251.4447.65
HexA0B83BD0441C483330
Octal24027073150104341106360
Binary1010000010111000111011110101000100111001001000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B83B; }

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

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

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

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

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

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

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

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