Html Css Color HEX #849295 Submarine

📋 copy color: '#849295'

red 132 ◦ green 146 ◦ blue 149

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

Shades of Submarine #849295

Tints of Submarine #849295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.19%

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 30.91%
G = 34.19%
B = 34.89%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#849295 (or 0x849295) is known color: Submarine. HEX triplet: 84, 92 and 95. RGB value is (132,146,149). Sum of RGB (Red+Green+Blue) = 132+146+149=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #849295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849295 is #7B6D6A. Grayscale: #8E8E8E. Windows color (decimal): -8088939 or 9802372. OLE color: 9802372.

HSL color Cylindrical-coordinate representation of color #849295: hue angle of 190.59º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849295 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 146 149 -
CMYK 0.11 0.02 0 0.42
HSL 190.59º 0.07% 0.55% -
HSV(B) 190.59º 0.11% 0.58% -
XYZ 25.22 27.63 32.44 -
YUV 142.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 132 146 149 0.11 0.02 0 0.42 190.59 0.07 0.55
Hex 84 92 95 B 2 0 2A BF 7 37
Octal 204 222 225 13 2 0 52 277 7 67
Binary 10000100 10010010 10010101 1011 10 0 101010 10111111 111 110111

Color Harmonies of #849295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849295

Black with #849295

Text Example


Text Example

White with #849295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849295; }

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

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

background-color css

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

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

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

border-color css

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

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

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