Html Css Color HEX #92999B Submarine

📋 copy color: '#92999B'

red 146 ◦ green 153 ◦ blue 155

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

Shades of Submarine #92999B

Tints of Submarine #92999B

RGB

 RED value IS 146 (57.42% from 255) = 32.16%

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

 BLUE value IS 155 (60.94% from 255) = 34.14%

R = 32.16%
G = 33.7%
B = 34.14%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#92999B (or 0x92999B) is known color: Submarine. HEX triplet: 92, 99 and 9B. RGB value is (146,153,155). Sum of RGB (Red+Green+Blue) = 146+153+155=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 155 - color contains mainly: blue. Hex color #92999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92999B is #6D6664. Grayscale: #979797. Windows color (decimal): -7169637 or 10197394. OLE color: 10197394.

HSL color Cylindrical-coordinate representation of color #92999B: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92999B is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 146 153 155 -
CMYK 0.06 0.01 0 0.39
HSL 193.33º 0.04% 0.59% -
HSV(B) 193.33º 0.06% 0.61% -
XYZ 29.16 31.26 35.51 -
YUV 151.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 146 153 155 0.06 0.01 0 0.39 193.33 0.04 0.59
Hex 92 99 9B 6 1 0 27 C1 4 3B
Octal 222 231 233 6 1 0 47 301 4 73
Binary 10010010 10011001 10011011 110 1 0 100111 11000001 100 111011

Color Harmonies of #92999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92999B

Black with #92999B

Text Example


Text Example

White with #92999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92999B; }

 p { color: rgb(146,153,155); }

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

background-color css

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

 a { background-color: rgb(146,153,155); }

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

border-color css

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

 span { border-color: rgb(146,153,155); }

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