Html Css Color HEX #899795 Submarine

📋 copy color: '#899795'

red 137 ◦ green 151 ◦ blue 149

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

Shades of Submarine #899795

Tints of Submarine #899795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.55%

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

R = 31.35%
G = 34.55%
B = 34.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#899795 (or 0x899795) is known color: Submarine. HEX triplet: 89, 97 and 95. RGB value is (137,151,149). Sum of RGB (Red+Green+Blue) = 137+151+149=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 151 - color contains mainly: green. Hex color #899795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899795 is #76686A. Grayscale: #929292. Windows color (decimal): -7759979 or 9803657. OLE color: 9803657.

HSL color Cylindrical-coordinate representation of color #899795: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899795 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 151 149 -
CMYK 0.09 0 0.01 0.41
HSL 171.43º 0.06% 0.56% -
HSV(B) 171.43º 0.09% 0.59% -
XYZ 26.81 29.62 32.74 -
YUV 146.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 137 151 149 0.09 0 0.01 0.41 171.43 0.06 0.56
Hex 89 97 95 9 0 1 29 AB 6 38
Octal 211 227 225 11 0 1 51 253 6 70
Binary 10001001 10010111 10010101 1001 0 1 101001 10101011 110 111000

Color Harmonies of #899795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899795

Black with #899795

Text Example


Text Example

White with #899795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899795; }

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

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

background-color css

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

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

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

border-color css

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

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

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