Html Css Color HEX #88948F Granny Smith

📋 copy color: '#88948F'

red 136 ◦ green 148 ◦ blue 143

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

Shades of Granny Smith #88948F

Tints of Granny Smith #88948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.49%

R = 31.85%
G = 34.66%
B = 33.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#88948F (or 0x88948F) is known color: Granny Smith. HEX triplet: 88, 94 and 8F. RGB value is (136,148,143). Sum of RGB (Red+Green+Blue) = 136+148+143=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #88948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88948F is #776B70. Grayscale: #8F8F8F. Windows color (decimal): -7826289 or 9409672. OLE color: 9409672.

HSL color Cylindrical-coordinate representation of color #88948F: hue angle of 155º 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 #88948F is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 143 -
CMYK 0.08 0 0.03 0.42
HSL 155º 0.05% 0.56% -
HSV(B) 155º 0.08% 0.58% -
XYZ 25.7 28.4 30.11 -
YUV 143.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 136 148 143 0.08 0 0.03 0.42 155 0.05 0.56
Hex 88 94 8F 8 0 3 2A 9B 5 38
Octal 210 224 217 10 0 3 52 233 5 70
Binary 10001000 10010100 10001111 1000 0 11 101010 10011011 101 111000

Color Harmonies of #88948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88948F

Black with #88948F

Text Example


Text Example

White with #88948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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