Html Css Color HEX #84999A Submarine

📋 copy color: '#84999A'

red 132 ◦ green 153 ◦ blue 154

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

Shades of Submarine #84999A

Tints of Submarine #84999A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.85%

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

R = 30.07%
G = 34.85%
B = 35.08%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#84999A (or 0x84999A) is known color: Submarine. HEX triplet: 84, 99 and 9A. RGB value is (132,153,154). Sum of RGB (Red+Green+Blue) = 132+153+154=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 154 - color contains mainly: blue. Hex color #84999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84999A is #7B6665. Grayscale: #929292. Windows color (decimal): -8087142 or 10131844. OLE color: 10131844.

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

Color convert

RGB 132 153 154 -
CMYK 0.14 0.01 0 0.40
HSL 182.73º 0.1% 0.56% -
HSV(B) 182.73º 0.14% 0.6% -
XYZ 26.74 30.02 34.96 -
YUV 146.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 132 153 154 0.14 0.01 0 0.40 182.73 0.1 0.56
Hex 84 99 9A E 1 0 28 B7 A 38
Octal 204 231 232 16 1 0 50 267 12 70
Binary 10000100 10011001 10011010 1110 1 0 101000 10110111 1010 111000

Color Harmonies of #84999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84999A

Black with #84999A

Text Example


Text Example

White with #84999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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