Html Css Color HEX #899895 Submarine

📋 copy color: '#899895'

red 137 ◦ green 152 ◦ blue 149

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

Shades of Submarine #899895

Tints of Submarine #899895

RGB

 RED value IS 137 (53.91% from 255) = 31.28%

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

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

R = 31.28%
G = 34.7%
B = 34.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#899895 (or 0x899895) is known color: Submarine. HEX triplet: 89, 98 and 95. RGB value is (137,152,149). Sum of RGB (Red+Green+Blue) = 137+152+149=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 152 - color contains mainly: green. Hex color #899895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899895 is #76676A. Grayscale: #939393. Windows color (decimal): -7759723 or 9803913. OLE color: 9803913.

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

Color convert

RGB 137 152 149 -
CMYK 0.10 0 0.02 0.40
HSL 168º 0.07% 0.57% -
HSV(B) 168º 0.1% 0.6% -
XYZ 26.97 29.94 32.79 -
YUV 147.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 137 152 149 0.10 0 0.02 0.40 168 0.07 0.57
Hex 89 98 95 A 0 2 28 A8 7 39
Octal 211 230 225 12 0 2 50 250 7 71
Binary 10001001 10011000 10010101 1010 0 10 101000 10101000 111 111001

Color Harmonies of #899895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899895

Black with #899895

Text Example


Text Example

White with #899895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899895; }

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

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

background-color css

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

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

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

border-color css

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

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

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