#81AB42

Color #81AB42 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #81AB42

Tints of Sushi #81AB42

Color information

#81AB42 (or 0x81AB42) is unknown color: approx Sushi. HEX triplet: 81, AB and 42. RGB value is (129,171,66). Sum of RGB (Red+Green+Blue) = 129+171+66=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB42 is #7E54BD. Grayscale: #929292. Windows color (decimal): -8279230 or 4369281. OLE color: 4369281.

HSL color Cylindrical-coordinate representation of color #81AB42: hue angle of 84º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81AB42 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB12917166-
CMYK0.2500.610.33
HSL84º44.3%46.47%-
HSV(B)84º61.4%67.06%-
XYZ24.634.1910.46-
YUV146.4782.59115.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 171 (67.19% from 255) = 46.72%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=35.25%
G=46.72%
B=18.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129171660.2500.610.338444.346.47
Hex81AB421903D21542c2e
Octal20125310231075411245456
Binary100000011010101110000101100101111011000011010100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AB42; }

 p { color: rgb(129,171,66); }

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

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

 a { background-color: rgb(129,171,66); }

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

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

 span { border-color: rgb(129,171,66); }

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