Html Css Color HEX #96999A Submarine

📋 copy color: '#96999A'

red 150 ◦ green 153 ◦ blue 154

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

Shades of Submarine #96999A

Tints of Submarine #96999A

RGB

 RED value IS 150 (58.98% from 255) = 32.82%

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

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

R = 32.82%
G = 33.48%
B = 33.7%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96999A (or 0x96999A) is known color: Submarine. HEX triplet: 96, 99 and 9A. RGB value is (150,153,154). Sum of RGB (Red+Green+Blue) = 150+153+154=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 154 - color contains mainly: blue. Hex color #96999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96999A is #696665. Grayscale: #989898. Windows color (decimal): -6907494 or 10131862. OLE color: 10131862.

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

Color convert

RGB 150 153 154 -
CMYK 0.03 0.01 0 0.40
HSL 195º 0.02% 0.6% -
HSV(B) 195º 0.03% 0.6% -
XYZ 29.8 31.6 35.1 -
YUV 152.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 150 153 154 0.03 0.01 0 0.40 195 0.02 0.6
Hex 96 99 9A 3 1 0 28 C3 2 3C
Octal 226 231 232 3 1 0 50 303 2 74
Binary 10010110 10011001 10011010 11 1 0 101000 11000011 10 111100

Color Harmonies of #96999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96999A

Black with #96999A

Text Example


Text Example

White with #96999A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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