Html Css Color HEX #849C9A Submarine

📋 copy color: '#849C9A'

red 132 ◦ green 156 ◦ blue 154

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

Shades of Submarine #849C9A

Tints of Submarine #849C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

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

R = 29.86%
G = 35.29%
B = 34.84%

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

#849C9A (or 0x849C9A) is known color: Submarine. HEX triplet: 84, 9C and 9A. RGB value is (132,156,154). Sum of RGB (Red+Green+Blue) = 132+156+154=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 156 - color contains mainly: green. Hex color #849C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849C9A is #7B6365. Grayscale: #949494. Windows color (decimal): -8086374 or 10132612. OLE color: 10132612.

HSL color Cylindrical-coordinate representation of color #849C9A: hue angle of 175º degrees, saturation: 0.11, 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 #849C9A is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 156 154 -
CMYK 0.15 0 0.01 0.39
HSL 175º 0.11% 0.56% -
HSV(B) 175º 0.15% 0.61% -
XYZ 27.24 31.02 35.12 -
YUV 148.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 132 156 154 0.15 0 0.01 0.39 175 0.11 0.56
Hex 84 9C 9A F 0 1 27 AF B 38
Octal 204 234 232 17 0 1 47 257 13 70
Binary 10000100 10011100 10011010 1111 0 1 100111 10101111 1011 111000

Color Harmonies of #849C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849C9A

Black with #849C9A

Text Example


Text Example

White with #849C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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