Html Css Color HEX #849794 Submarine

📋 copy color: '#849794'

red 132 ◦ green 151 ◦ blue 148

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

Shades of Submarine #849794

Tints of Submarine #849794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 30.63%
G = 35.03%
B = 34.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#849794 (or 0x849794) is known color: Submarine. HEX triplet: 84, 97 and 94. RGB value is (132,151,148). Sum of RGB (Red+Green+Blue) = 132+151+148=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 151 - color contains mainly: green. Hex color #849794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849794 is #7B686B. Grayscale: #909090. Windows color (decimal): -8087660 or 9738116. OLE color: 9738116.

HSL color Cylindrical-coordinate representation of color #849794: hue angle of 170.53º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849794 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 151 148 -
CMYK 0.13 0 0.02 0.41
HSL 170.53º 0.08% 0.55% -
HSV(B) 170.53º 0.13% 0.59% -
XYZ 25.93 29.18 32.28 -
YUV 144.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 132 151 148 0.13 0 0.02 0.41 170.53 0.08 0.55
Hex 84 97 94 D 0 2 29 AB 8 37
Octal 204 227 224 15 0 2 51 253 10 67
Binary 10000100 10010111 10010100 1101 0 10 101001 10101011 1000 110111

Color Harmonies of #849794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849794

Black with #849794

Text Example


Text Example

White with #849794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849794; }

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

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

background-color css

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

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

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

border-color css

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

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

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