#87AC42

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

Shades of Sushi #87AC42

Tints of Sushi #87AC42

Color information

#87AC42 (or 0x87AC42) is unknown color: approx Sushi. HEX triplet: 87, AC and 42. RGB value is (135,172,66). Sum of RGB (Red+Green+Blue) = 135+172+66=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87AC42 is #7853BD. Grayscale: #959595. Windows color (decimal): -7885758 or 4369543. OLE color: 4369543.

HSL color Cylindrical-coordinate representation of color #87AC42: hue angle of 80.94º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #87AC42 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB13517266-
CMYK0.2200.620.33
HSL80.94º44.54%46.67%-
HSV(B)80.94º61.63%67.45%-
XYZ25.7335.0510.56-
YUV148.8581.24118.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=36.19%
G=46.11%
B=17.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135172660.2200.620.3380.9444.5446.67
Hex87AC421603E21512d2f
Octal20725410226076411215557
Binary100001111010110010000101011001111101000011010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AC42; }

 p { color: rgb(135,172,66); }

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

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

 a { background-color: rgb(135,172,66); }

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

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

 span { border-color: rgb(135,172,66); }

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