#A0B835

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

Shades of Yellow Green #A0B835

Tints of Yellow Green #A0B835

Color information

#A0B835 (or 0xA0B835) is unknown color: approx Yellow Green. HEX triplet: A0, B8 and 35. RGB value is (160,184,53). Sum of RGB (Red+Green+Blue) = 160+184+53=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B835 is #5F47CA. Grayscale: #A2A2A2. Windows color (decimal): -6244299 or 3520672. OLE color: 3520672.

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

Color convert

RGB16018453-
CMYK0.1300.710.28
HSL70.99º55.27%46.47%-
HSV(B)70.99º71.2%72.16%-
XYZ32.2842.019.78-
YUV161.8966.55126.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 184 (72.27% from 255) = 46.35%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=40.30%
G=46.35%
B=13.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184530.1300.710.2870.9955.2746.47
HexA0B835D0471C47372e
Octal24027065150107341076756
Binary1010000010111000110101110101000111111001000111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B835; }

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

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

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

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

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

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

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

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