Html Css Color HEX #849192 Submarine

📋 copy color: '#849192'

red 132 ◦ green 145 ◦ blue 146

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

Shades of Submarine #849192

Tints of Submarine #849192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 31.21%
G = 34.28%
B = 34.52%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#849192 (or 0x849192) is known color: Submarine. HEX triplet: 84, 91 and 92. RGB value is (132,145,146). Sum of RGB (Red+Green+Blue) = 132+145+146=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 146 - color contains mainly: blue. Hex color #849192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849192 is #7B6E6D. Grayscale: #8D8D8D. Windows color (decimal): -8089198 or 9605508. OLE color: 9605508.

HSL color Cylindrical-coordinate representation of color #849192: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #849192 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 146 -
CMYK 0.10 0.01 0 0.43
HSL 184.29º 0.06% 0.55% -
HSV(B) 184.29º 0.1% 0.57% -
XYZ 24.83 27.23 31.14 -
YUV 141.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 132 145 146 0.10 0.01 0 0.43 184.29 0.06 0.55
Hex 84 91 92 A 1 0 2B B8 6 37
Octal 204 221 222 12 1 0 53 270 6 67
Binary 10000100 10010001 10010010 1010 1 0 101011 10111000 110 110111

Color Harmonies of #849192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849192

Black with #849192

Text Example


Text Example

White with #849192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849192; }

 p { color: rgb(132,145,146); }

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

background-color css

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

 a { background-color: rgb(132,145,146); }

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

border-color css

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

 span { border-color: rgb(132,145,146); }

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