#81AC37

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

Shades of Sushi #81AC37

Tints of Sushi #81AC37

Color information

#81AC37 (or 0x81AC37) is unknown color: approx Sushi. HEX triplet: 81, AC and 37. RGB value is (129,172,55). Sum of RGB (Red+Green+Blue) = 129+172+55=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AC37 is #7E53C8. Grayscale: #929292. Windows color (decimal): -8278985 or 3648641. OLE color: 3648641.

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

Color convert

RGB12917255-
CMYK0.2500.680.33
HSL82.05º51.54%44.51%-
HSV(B)82.05º68.02%67.45%-
XYZ24.534.458.97-
YUV145.876.75116.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 172 (67.58% from 255) = 48.31%
BLUE value IS 55 (21.88% from 255) = 15.45%
R=36.24%
G=48.31%
B=15.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129172550.2500.680.3382.0551.5444.51
Hex81AC37190442152342d
Octal20125467310104411226455
Binary100000011010110011011111001010001001000011010010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,172,55); }

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

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

 a { background-color: rgb(129,172,55); }

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

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

 span { border-color: rgb(129,172,55); }

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