Html Css Color HEX #88A440 Sushi

📋 copy color: '#88A440'

red 136 ◦ green 164 ◦ blue 64

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

Shades of Sushi #88A440

Tints of Sushi #88A440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.05%

 BLUE value IS 64 (25.39% from 255) = 17.58%

R = 37.36%
G = 45.05%
B = 17.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#88A440 (or 0x88A440) is known color: Sushi. HEX triplet: 88, A4 and 40. RGB value is (136,164,64). Sum of RGB (Red+Green+Blue) = 136+164+64=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #88A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A440 is #775BBF. Grayscale: #909090. Windows color (decimal): -7822272 or 4236424. OLE color: 4236424.

HSL color Cylindrical-coordinate representation of color #88A440: hue angle of 76.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88A440 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 164 64 -
CMYK 0.17 0 0.61 0.36
HSL 76.8º 0.44% 0.45% -
HSV(B) 76.8º 0.61% 0.64% -
XYZ 24.35 32.16 9.77 -
YUV 144.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 136 164 64 0.17 0 0.61 0.36 76.8 0.44 0.45
Hex 88 A4 40 11 0 3D 24 4D 2C 2D
Octal 210 244 100 21 0 75 44 115 54 55
Binary 10001000 10100100 1000000 10001 0 111101 100100 1001101 101100 101101

Color Harmonies of #88A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A440

Black with #88A440

Text Example


Text Example

White with #88A440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,164,64); }

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

background-color css

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

 a { background-color: rgb(136,164,64); }

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

border-color css

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

 span { border-color: rgb(136,164,64); }

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