Html Css Color HEX #899897 Submarine

📋 copy color: '#899897'

red 137 ◦ green 152 ◦ blue 151

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

Shades of Submarine #899897

Tints of Submarine #899897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.32%

R = 31.14%
G = 34.55%
B = 34.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#899897 (or 0x899897) is known color: Submarine. HEX triplet: 89, 98 and 97. RGB value is (137,152,151). Sum of RGB (Red+Green+Blue) = 137+152+151=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 152 - color contains mainly: green. Hex color #899897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899897 is #766768. Grayscale: #939393. Windows color (decimal): -7759721 or 9934985. OLE color: 9934985.

HSL color Cylindrical-coordinate representation of color #899897: hue angle of 176º 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 #899897 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 152 151 -
CMYK 0.10 0 0.01 0.40
HSL 176º 0.07% 0.57% -
HSV(B) 176º 0.1% 0.6% -
XYZ 27.13 30.01 33.64 -
YUV 147.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 137 152 151 0.10 0 0.01 0.40 176 0.07 0.57
Hex 89 98 97 A 0 1 28 B0 7 39
Octal 211 230 227 12 0 1 50 260 7 71
Binary 10001001 10011000 10010111 1010 0 1 101000 10110000 111 111001

Color Harmonies of #899897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899897

Black with #899897

Text Example


Text Example

White with #899897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899897; }

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

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

background-color css

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

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

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

border-color css

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

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

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