Html Css Color HEX #88AA41 Sushi

📋 copy color: '#88AA41'

red 136 ◦ green 170 ◦ blue 65

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

Shades of Sushi #88AA41

Tints of Sushi #88AA41

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

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

R = 36.66%
G = 45.82%
B = 17.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#88AA41 (or 0x88AA41) is known color: Sushi. HEX triplet: 88, AA and 41. RGB value is (136,170,65). Sum of RGB (Red+Green+Blue) = 136+170+65=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AA41 is #7755BE. Grayscale: #949494. Windows color (decimal): -7820735 or 4303496. OLE color: 4303496.

HSL color Cylindrical-coordinate representation of color #88AA41: hue angle of 79.43º 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 #88AA41 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 170 65 -
CMYK 0.20 0 0.62 0.33
HSL 79.43º 0.45% 0.46% -
HSV(B) 79.43º 0.62% 0.67% -
XYZ 25.48 34.37 10.29 -
YUV 147.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 136 170 65 0.20 0 0.62 0.33 79.43 0.45 0.46
Hex 88 AA 41 14 0 3E 21 4F 2D 2E
Octal 210 252 101 24 0 76 41 117 55 56
Binary 10001000 10101010 1000001 10100 0 111110 100001 1001111 101101 101110

Color Harmonies of #88AA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AA41

Black with #88AA41

Text Example


Text Example

White with #88AA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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