Html Css Color HEX #88928F Granny Smith

📋 copy color: '#88928F'

red 136 ◦ green 146 ◦ blue 143

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

Shades of Granny Smith #88928F

Tints of Granny Smith #88928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.35%

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

R = 32%
G = 34.35%
B = 33.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#88928F (or 0x88928F) is known color: Granny Smith. HEX triplet: 88, 92 and 8F. RGB value is (136,146,143). Sum of RGB (Red+Green+Blue) = 136+146+143=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 146 - color contains mainly: green. Hex color #88928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88928F is #776D70. Grayscale: #8E8E8E. Windows color (decimal): -7826801 or 9409160. OLE color: 9409160.

HSL color Cylindrical-coordinate representation of color #88928F: hue angle of 162º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88928F is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 143 -
CMYK 0.07 0 0.02 0.43
HSL 162º 0.04% 0.55% -
HSV(B) 162º 0.07% 0.57% -
XYZ 25.39 27.78 30.01 -
YUV 142.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 136 146 143 0.07 0 0.02 0.43 162 0.04 0.55
Hex 88 92 8F 7 0 2 2B A2 4 37
Octal 210 222 217 7 0 2 53 242 4 67
Binary 10001000 10010010 10001111 111 0 10 101011 10100010 100 110111

Color Harmonies of #88928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88928F

Black with #88928F

Text Example


Text Example

White with #88928F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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