Html Css Color HEX #849694 Submarine

📋 copy color: '#849694'

red 132 ◦ green 150 ◦ blue 148

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

Shades of Submarine #849694

Tints of Submarine #849694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 30.7%
G = 34.88%
B = 34.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#849694 (or 0x849694) is known color: Submarine. HEX triplet: 84, 96 and 94. RGB value is (132,150,148). Sum of RGB (Red+Green+Blue) = 132+150+148=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 150 - color contains mainly: green. Hex color #849694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849694 is #7B696B. Grayscale: #909090. Windows color (decimal): -8087916 or 9737860. OLE color: 9737860.

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

Color convert

RGB 132 150 148 -
CMYK 0.12 0 0.01 0.41
HSL 173.33º 0.08% 0.55% -
HSV(B) 173.33º 0.12% 0.59% -
XYZ 25.77 28.86 32.23 -
YUV 144.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 132 150 148 0.12 0 0.01 0.41 173.33 0.08 0.55
Hex 84 96 94 C 0 1 29 AD 8 37
Octal 204 226 224 14 0 1 51 255 10 67
Binary 10000100 10010110 10010100 1100 0 1 101001 10101101 1000 110111

Color Harmonies of #849694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849694

Black with #849694

Text Example


Text Example

White with #849694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849694; }

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

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

background-color css

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

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

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

border-color css

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

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

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