Html Css Color HEX #849796 Submarine

📋 copy color: '#849796'

red 132 ◦ green 151 ◦ blue 150

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

Shades of Submarine #849796

Tints of Submarine #849796

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.87%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 30.48%
G = 34.87%
B = 34.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#849796 (or 0x849796) is known color: Submarine. HEX triplet: 84, 97 and 96. RGB value is (132,151,150). Sum of RGB (Red+Green+Blue) = 132+151+150=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 151 - color contains mainly: green. Hex color #849796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849796 is #7B6869. Grayscale: #919191. Windows color (decimal): -8087658 or 9869188. OLE color: 9869188.

HSL color Cylindrical-coordinate representation of color #849796: hue angle of 176.84º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849796 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 151 150 -
CMYK 0.13 0 0.01 0.41
HSL 176.84º 0.08% 0.55% -
HSV(B) 176.84º 0.13% 0.59% -
XYZ 26.09 29.24 33.12 -
YUV 145.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 132 151 150 0.13 0 0.01 0.41 176.84 0.08 0.55
Hex 84 97 96 D 0 1 29 B1 8 37
Octal 204 227 226 15 0 1 51 261 10 67
Binary 10000100 10010111 10010110 1101 0 1 101001 10110001 1000 110111

Color Harmonies of #849796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849796

Black with #849796

Text Example


Text Example

White with #849796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849796; }

 p { color: rgb(132,151,150); }

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

background-color css

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

 a { background-color: rgb(132,151,150); }

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

border-color css

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

 span { border-color: rgb(132,151,150); }

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