Html Css Color HEX #88948E Granny Smith

📋 copy color: '#88948E'

red 136 ◦ green 148 ◦ blue 142

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

Shades of Granny Smith #88948E

Tints of Granny Smith #88948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 31.92%
G = 34.74%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#88948E (or 0x88948E) is known color: Granny Smith. HEX triplet: 88, 94 and 8E. RGB value is (136,148,142). Sum of RGB (Red+Green+Blue) = 136+148+142=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 148 - color contains mainly: green. Hex color #88948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88948E is #776B71. Grayscale: #8F8F8F. Windows color (decimal): -7826290 or 9344136. OLE color: 9344136.

HSL color Cylindrical-coordinate representation of color #88948E: hue angle of 150º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #88948E is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 142 -
CMYK 0.08 0 0.04 0.42
HSL 150º 0.05% 0.56% -
HSV(B) 150º 0.08% 0.58% -
XYZ 25.63 28.37 29.72 -
YUV 143.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 136 148 142 0.08 0 0.04 0.42 150 0.05 0.56
Hex 88 94 8E 8 0 4 2A 96 5 38
Octal 210 224 216 10 0 4 52 226 5 70
Binary 10001000 10010100 10001110 1000 0 100 101010 10010110 101 111000

Color Harmonies of #88948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88948E

Black with #88948E

Text Example


Text Example

White with #88948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88948E; }

 p { color: rgb(136,148,142); }

 H1.HeaderClassName
 {
   color: #88948E;
 }
 .AnyTagClassName
 {
   color: #88948E;
 }
</style>

background-color css

<style>
 a { background-color: #88948E; }

 a { background-color: rgb(136,148,142); }

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

border-color css

<style>
 span { border-color: #88948E; }

 span { border-color: rgb(136,148,142); }

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