Html Css Color HEX #999B9B Submarine

📋 copy color: '#999B9B'

red 153 ◦ green 155 ◦ blue 155

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

Shades of Submarine #999B9B

Tints of Submarine #999B9B

RGB

 RED value IS 153 (60.16% from 255) = 33.05%

 GREEN value IS 155 (60.94% from 255) = 33.48%

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

R = 33.05%
G = 33.48%
B = 33.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#999B9B (or 0x999B9B) is known color: Submarine. HEX triplet: 99, 9B and 9B. RGB value is (153,155,155). Sum of RGB (Red+Green+Blue) = 153+155+155=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #999B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B9B is #666464. Grayscale: #9A9A9A. Windows color (decimal): -6710373 or 10197913. OLE color: 10197913.

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

Color convert

RGB 153 155 155 -
CMYK 0.01 0 0 0.39
HSL 180º 0.01% 0.6% -
HSV(B) 180º 0.01% 0.61% -
XYZ 30.77 32.58 35.68 -
YUV 154.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 153 155 155 0.01 0 0 0.39 180 0.01 0.6
Hex 99 9B 9B 1 0 0 27 B4 1 3C
Octal 231 233 233 1 0 0 47 264 1 74
Binary 10011001 10011011 10011011 1 0 0 100111 10110100 1 111100

Color Harmonies of #999B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999B9B

Black with #999B9B

Text Example


Text Example

White with #999B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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