#A0B635

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

Shades of Yellow Green #A0B635

Tints of Yellow Green #A0B635

Color information

#A0B635 (or 0xA0B635) is unknown color: approx Yellow Green. HEX triplet: A0, B6 and 35. RGB value is (160,182,53). Sum of RGB (Red+Green+Blue) = 160+182+53=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B635 is #5F49CA. Grayscale: #A1A1A1. Windows color (decimal): -6244811 or 3520160. OLE color: 3520160.

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

Color convert

RGB16018253-
CMYK0.1200.710.29
HSL70.23º54.89%46.08%-
HSV(B)70.23º70.88%71.37%-
XYZ31.8741.199.64-
YUV160.7267.21127.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=40.51%
G=46.08%
B=13.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160182530.1200.710.2970.2354.8946.08
HexA0B635C0471D46372e
Octal24026665140107351066756
Binary1010000010110110110101110001000111111011000110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B635; }

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

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

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

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

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

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

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

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