#88AF41

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

Shades of Sushi #88AF41

Tints of Sushi #88AF41

Color information

#88AF41 (or 0x88AF41) is unknown color: approx Sushi. HEX triplet: 88, AF and 41. RGB value is (136,175,65). Sum of RGB (Red+Green+Blue) = 136+175+65=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AF41 is #7750BE. Grayscale: #979797. Windows color (decimal): -7819455 or 4304776. OLE color: 4304776.

HSL color Cylindrical-coordinate representation of color #88AF41: hue angle of 81.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88AF41 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB13617565-
CMYK0.2200.630.31
HSL81.27º45.83%47.06%-
HSV(B)81.27º62.86%68.63%-
XYZ26.4436.2810.61-
YUV150.879.58117.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 175 (68.75% from 255) = 46.54%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=36.17%
G=46.54%
B=17.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136175650.2200.630.3181.2745.8347.06
Hex88AF411603F1F512e2f
Octal21025710126077371215657
Binary10001000101011111000001101100111111111111010001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AF41; }

 p { color: rgb(136,175,65); }

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

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

 a { background-color: rgb(136,175,65); }

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

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

 span { border-color: rgb(136,175,65); }

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