Html Css Color HEX #88AC41 Sushi

📋 copy color: '#88AC41'

red 136 ◦ green 172 ◦ blue 65

#88AC41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #88AC41

Tints of Sushi #88AC41

RGB

 RED value IS 136 (53.52% from 255) = 36.46%

 GREEN value IS 172 (67.58% from 255) = 46.11%

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 36.46%
G = 46.11%
B = 17.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#88AC41 (or 0x88AC41) is known color: Sushi. HEX triplet: 88, AC and 41. RGB value is (136,172,65). Sum of RGB (Red+Green+Blue) = 136+172+65=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AC41 is #7753BE. Grayscale: #959595. Windows color (decimal): -7820223 or 4304008. OLE color: 4304008.

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

Color convert

RGB 136 172 65 -
CMYK 0.21 0 0.62 0.33
HSL 80.19º 0.45% 0.46% -
HSV(B) 80.19º 0.62% 0.67% -
XYZ 25.86 35.12 10.42 -
YUV 149.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 136 172 65 0.21 0 0.62 0.33 80.19 0.45 0.46
Hex 88 AC 41 15 0 3E 21 50 2D 2E
Octal 210 254 101 25 0 76 41 120 55 56
Binary 10001000 10101100 1000001 10101 0 111110 100001 1010000 101101 101110

Color Harmonies of #88AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AC41

Black with #88AC41

Text Example


Text Example

White with #88AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88AC41;
 }
 .AnyTagClassName
 {
   color: #88AC41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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