Html Css Color HEX #849898 Submarine

📋 copy color: '#849898'

red 132 ◦ green 152 ◦ blue 152

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

Shades of Submarine #849898

Tints of Submarine #849898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 30.28%
G = 34.86%
B = 34.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#849898 (or 0x849898) is known color: Submarine. HEX triplet: 84, 98 and 98. RGB value is (132,152,152). Sum of RGB (Red+Green+Blue) = 132+152+152=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #849898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849898 is #7B6767. Grayscale: #929292. Windows color (decimal): -8087400 or 10000516. OLE color: 10000516.

HSL color Cylindrical-coordinate representation of color #849898: hue angle of 180º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849898 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 152 -
CMYK 0.13 0 0 0.40
HSL 180º 0.09% 0.56% -
HSV(B) 180º 0.13% 0.6% -
XYZ 26.41 29.63 34.03 -
YUV 146.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 132 152 152 0.13 0 0 0.40 180 0.09 0.56
Hex 84 98 98 D 0 0 28 B4 9 38
Octal 204 230 230 15 0 0 50 264 11 70
Binary 10000100 10011000 10011000 1101 0 0 101000 10110100 1001 111000

Color Harmonies of #849898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849898

Black with #849898

Text Example


Text Example

White with #849898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849898; }

 p { color: rgb(132,152,152); }

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

background-color css

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

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

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

border-color css

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

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

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