Html Css Color HEX #899796 Submarine

📋 copy color: '#899796'

red 137 ◦ green 151 ◦ blue 150

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

Shades of Submarine #899796

Tints of Submarine #899796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.25%

R = 31.28%
G = 34.47%
B = 34.25%

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

#899796 (or 0x899796) is known color: Submarine. HEX triplet: 89, 97 and 96. RGB value is (137,151,150). Sum of RGB (Red+Green+Blue) = 137+151+150=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 151 - color contains mainly: green. Hex color #899796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899796 is #766869. Grayscale: #929292. Windows color (decimal): -7759978 or 9869193. OLE color: 9869193.

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

Color convert

RGB 137 151 150 -
CMYK 0.09 0 0.01 0.41
HSL 175.71º 0.06% 0.56% -
HSV(B) 175.71º 0.09% 0.59% -
XYZ 26.89 29.65 33.16 -
YUV 146.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 137 151 150 0.09 0 0.01 0.41 175.71 0.06 0.56
Hex 89 97 96 9 0 1 29 B0 6 38
Octal 211 227 226 11 0 1 51 260 6 70
Binary 10001001 10010111 10010110 1001 0 1 101001 10110000 110 111000

Color Harmonies of #899796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899796

Black with #899796

Text Example


Text Example

White with #899796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899796; }

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

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

background-color css

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

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

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

border-color css

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

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

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