Html Css Color HEX #849B9A Submarine

📋 copy color: '#849B9A'

red 132 ◦ green 155 ◦ blue 154

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

Shades of Submarine #849B9A

Tints of Submarine #849B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.15%

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 29.93%
G = 35.15%
B = 34.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#849B9A (or 0x849B9A) is known color: Submarine. HEX triplet: 84, 9B and 9A. RGB value is (132,155,154). Sum of RGB (Red+Green+Blue) = 132+155+154=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #849B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B9A is #7B6465. Grayscale: #939393. Windows color (decimal): -8086630 or 10132356. OLE color: 10132356.

HSL color Cylindrical-coordinate representation of color #849B9A: hue angle of 177.39º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #849B9A is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 155 154 -
CMYK 0.15 0 0.01 0.39
HSL 177.39º 0.1% 0.56% -
HSV(B) 177.39º 0.15% 0.61% -
XYZ 27.07 30.68 35.07 -
YUV 148.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 132 155 154 0.15 0 0.01 0.39 177.39 0.1 0.56
Hex 84 9B 9A F 0 1 27 B1 A 38
Octal 204 233 232 17 0 1 47 261 12 70
Binary 10000100 10011011 10011010 1111 0 1 100111 10110001 1010 111000

Color Harmonies of #849B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B9A

Black with #849B9A

Text Example


Text Example

White with #849B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849B9A; }

 p { color: rgb(132,155,154); }

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

background-color css

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

 a { background-color: rgb(132,155,154); }

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

border-color css

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

 span { border-color: rgb(132,155,154); }

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