Html Css Color HEX #849D9A Submarine

📋 copy color: '#849D9A'

red 132 ◦ green 157 ◦ blue 154

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

Shades of Submarine #849D9A

Tints of Submarine #849D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.44%

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

R = 29.8%
G = 35.44%
B = 34.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#849D9A (or 0x849D9A) is known color: Submarine. HEX triplet: 84, 9D and 9A. RGB value is (132,157,154). Sum of RGB (Red+Green+Blue) = 132+157+154=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 157 - color contains mainly: green. Hex color #849D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D9A is #7B6265. Grayscale: #959595. Windows color (decimal): -8086118 or 10132868. OLE color: 10132868.

HSL color Cylindrical-coordinate representation of color #849D9A: hue angle of 172.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849D9A is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 157 154 -
CMYK 0.16 0 0.02 0.38
HSL 172.8º 0.11% 0.57% -
HSV(B) 172.8º 0.16% 0.62% -
XYZ 27.41 31.35 35.18 -
YUV 149.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 132 157 154 0.16 0 0.02 0.38 172.8 0.11 0.57
Hex 84 9D 9A 10 0 2 26 AD B 39
Octal 204 235 232 20 0 2 46 255 13 71
Binary 10000100 10011101 10011010 10000 0 10 100110 10101101 1011 111001

Color Harmonies of #849D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849D9A

Black with #849D9A

Text Example


Text Example

White with #849D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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