Html Css Color HEX #849496 Submarine

📋 copy color: '#849496'

red 132 ◦ green 148 ◦ blue 150

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

Shades of Submarine #849496

Tints of Submarine #849496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

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

R = 30.7%
G = 34.42%
B = 34.88%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#849496 (or 0x849496) is known color: Submarine. HEX triplet: 84, 94 and 96. RGB value is (132,148,150). Sum of RGB (Red+Green+Blue) = 132+148+150=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 150 - color contains mainly: blue. Hex color #849496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849496 is #7B6B69. Grayscale: #8F8F8F. Windows color (decimal): -8088426 or 9868420. OLE color: 9868420.

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

Color convert

RGB 132 148 150 -
CMYK 0.12 0.01 0 0.41
HSL 186.67º 0.08% 0.55% -
HSV(B) 186.67º 0.12% 0.59% -
XYZ 25.61 28.29 32.96 -
YUV 143.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 132 148 150 0.12 0.01 0 0.41 186.67 0.08 0.55
Hex 84 94 96 C 1 0 29 BB 8 37
Octal 204 224 226 14 1 0 51 273 10 67
Binary 10000100 10010100 10010110 1100 1 0 101001 10111011 1000 110111

Color Harmonies of #849496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849496

Black with #849496

Text Example


Text Example

White with #849496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849496; }

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

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

background-color css

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

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

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

border-color css

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

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

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