Html Css Color HEX #88A138 Sushi

📋 copy color: '#88A138'

red 136 ◦ green 161 ◦ blue 56

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

Shades of Sushi #88A138

Tints of Sushi #88A138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.61%

 BLUE value IS 56 (22.27% from 255) = 15.86%

R = 38.53%
G = 45.61%
B = 15.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#88A138 (or 0x88A138) is known color: Sushi. HEX triplet: 88, A1 and 38. RGB value is (136,161,56). Sum of RGB (Red+Green+Blue) = 136+161+56=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #88A138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A138 is #775EC7. Grayscale: #8D8D8D. Windows color (decimal): -7823048 or 3711368. OLE color: 3711368.

HSL color Cylindrical-coordinate representation of color #88A138: hue angle of 74.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88A138 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 161 56 -
CMYK 0.16 0 0.65 0.37
HSL 74.29º 0.48% 0.43% -
HSV(B) 74.29º 0.65% 0.63% -
XYZ 23.61 31.01 8.48 -
YUV 141.56 79.72 124.04 -
System Red Green Blue C M Y K H S L
Decimal 136 161 56 0.16 0 0.65 0.37 74.29 0.48 0.43
Hex 88 A1 38 10 0 41 25 4A 30 2B
Octal 210 241 70 20 0 101 45 112 60 53
Binary 10001000 10100001 111000 10000 0 1000001 100101 1001010 110000 101011

Color Harmonies of #88A138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A138

Black with #88A138

Text Example


Text Example

White with #88A138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,161,56); }

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

background-color css

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

 a { background-color: rgb(136,161,56); }

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

border-color css

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

 span { border-color: rgb(136,161,56); }

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