#A0BB36

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

Shades of Yellow Green #A0BB36

Tints of Yellow Green #A0BB36

Color information

#A0BB36 (or 0xA0BB36) is unknown color: approx Yellow Green. HEX triplet: A0, BB and 36. RGB value is (160,187,54). Sum of RGB (Red+Green+Blue) = 160+187+54=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB36 is #5F44C9. Grayscale: #A4A4A4. Windows color (decimal): -6243530 or 3586976. OLE color: 3586976.

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

Color convert

RGB16018754-
CMYK0.1400.710.27
HSL72.18º55.19%47.25%-
HSV(B)72.18º71.12%73.33%-
XYZ32.9343.2810.11-
YUV163.7666.05125.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 187 (73.44% from 255) = 46.63%
BLUE value IS 54 (21.48% from 255) = 13.47%
R=39.90%
G=46.63%
B=13.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160187540.1400.710.2772.1855.1947.25
HexA0BB36E0471B48372f
Octal24027366160107331106757
Binary1010000010111011110110111001000111110111001000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BB36; }

 p { color: rgb(160,187,54); }

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

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

 a { background-color: rgb(160,187,54); }

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

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

 span { border-color: rgb(160,187,54); }

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