Html Css Color HEX #849997 Submarine

📋 copy color: '#849997'

red 132 ◦ green 153 ◦ blue 151

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

Shades of Submarine #849997

Tints of Submarine #849997

RGB

 RED value IS 132 (51.95% from 255) = 30.28%

 GREEN value IS 153 (60.16% from 255) = 35.09%

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

R = 30.28%
G = 35.09%
B = 34.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#849997 (or 0x849997) is known color: Submarine. HEX triplet: 84, 99 and 97. RGB value is (132,153,151). Sum of RGB (Red+Green+Blue) = 132+153+151=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #849997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849997 is #7B6668. Grayscale: #929292. Windows color (decimal): -8087145 or 9935236. OLE color: 9935236.

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

Color convert

RGB 132 153 151 -
CMYK 0.14 0 0.01 0.4
HSL 174.29º 0.09% 0.56% -
HSV(B) 174.29º 0.14% 0.6% -
XYZ 26.49 29.92 33.66 -
YUV 146.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 132 153 151 0.14 0 0.01 0.4 174.29 0.09 0.56
Hex 84 99 97 E 0 1 28 AE 9 38
Octal 204 231 227 16 0 1 50 256 11 70
Binary 10000100 10011001 10010111 1110 0 1 101000 10101110 1001 111000

Color Harmonies of #849997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849997

Black with #849997

Text Example


Text Example

White with #849997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849997; }

 p { color: rgb(132,153,151); }

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

background-color css

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

 a { background-color: rgb(132,153,151); }

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

border-color css

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

 span { border-color: rgb(132,153,151); }

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