Html Css Color HEX #889895 Submarine

📋 copy color: '#889895'

red 136 ◦ green 152 ◦ blue 149

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

Shades of Submarine #889895

Tints of Submarine #889895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.78%

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 31.12%
G = 34.78%
B = 34.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#889895 (or 0x889895) is known color: Submarine. HEX triplet: 88, 98 and 95. RGB value is (136,152,149). Sum of RGB (Red+Green+Blue) = 136+152+149=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 152 - color contains mainly: green. Hex color #889895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889895 is #77676A. Grayscale: #929292. Windows color (decimal): -7825259 or 9803912. OLE color: 9803912.

HSL color Cylindrical-coordinate representation of color #889895: hue angle of 168.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889895 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 149 -
CMYK 0.11 0 0.02 0.40
HSL 168.75º 0.07% 0.56% -
HSV(B) 168.75º 0.11% 0.6% -
XYZ 26.81 29.86 32.78 -
YUV 146.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 136 152 149 0.11 0 0.02 0.40 168.75 0.07 0.56
Hex 88 98 95 B 0 2 28 A9 7 38
Octal 210 230 225 13 0 2 50 251 7 70
Binary 10001000 10011000 10010101 1011 0 10 101000 10101001 111 111000

Color Harmonies of #889895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889895

Black with #889895

Text Example


Text Example

White with #889895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889895; }

 p { color: rgb(136,152,149); }

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

background-color css

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

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

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

border-color css

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

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

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