Html Css Color HEX #889488 Stack

📋 copy color: '#889488'

red 136 ◦ green 148 ◦ blue 136

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

Shades of Stack #889488

Tints of Stack #889488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 32.38%
G = 35.24%
B = 32.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#889488 (or 0x889488) is known color: Stack. HEX triplet: 88, 94 and 88. RGB value is (136,148,136). Sum of RGB (Red+Green+Blue) = 136+148+136=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #889488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889488 is #776B77. Grayscale: #8F8F8F. Windows color (decimal): -7826296 or 8950920. OLE color: 8950920.

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

Color convert

RGB 136 148 136 -
CMYK 0.08 0 0.08 0.42
HSL 120º 0.05% 0.56% -
HSV(B) 120º 0.08% 0.58% -
XYZ 25.19 28.19 27.41 -
YUV 143.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 136 148 136 0.08 0 0.08 0.42 120 0.05 0.56
Hex 88 94 88 8 0 8 2A 78 5 38
Octal 210 224 210 10 0 10 52 170 5 70
Binary 10001000 10010100 10001000 1000 0 1000 101010 1111000 101 111000

Color Harmonies of #889488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889488

Black with #889488

Text Example


Text Example

White with #889488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889488; }

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

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

background-color css

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

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

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

border-color css

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

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

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