Html Css Color HEX #849395 Submarine

📋 copy color: '#849395'

red 132 ◦ green 147 ◦ blue 149

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

Shades of Submarine #849395

Tints of Submarine #849395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.35%

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

R = 30.84%
G = 34.35%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#849395 (or 0x849395) is known color: Submarine. HEX triplet: 84, 93 and 95. RGB value is (132,147,149). Sum of RGB (Red+Green+Blue) = 132+147+149=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 149 - color contains mainly: blue. Hex color #849395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849395 is #7B6C6A. Grayscale: #8E8E8E. Windows color (decimal): -8088683 or 9802628. OLE color: 9802628.

HSL color Cylindrical-coordinate representation of color #849395: hue angle of 187.06º 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 #849395 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 149 -
CMYK 0.11 0.01 0 0.42
HSL 187.06º 0.07% 0.55% -
HSV(B) 187.06º 0.11% 0.58% -
XYZ 25.37 27.94 32.49 -
YUV 142.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 132 147 149 0.11 0.01 0 0.42 187.06 0.07 0.55
Hex 84 93 95 B 1 0 2A BB 7 37
Octal 204 223 225 13 1 0 52 273 7 67
Binary 10000100 10010011 10010101 1011 1 0 101010 10111011 111 110111

Color Harmonies of #849395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849395

Black with #849395

Text Example


Text Example

White with #849395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849395; }

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

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

background-color css

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

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

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

border-color css

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

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

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