Html Css Color HEX #959898 Submarine

📋 copy color: '#959898'

red 149 ◦ green 152 ◦ blue 152

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

Shades of Submarine #959898

Tints of Submarine #959898

RGB

 RED value IS 149 (58.59% from 255) = 32.89%

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

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

R = 32.89%
G = 33.55%
B = 33.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#959898 (or 0x959898) is known color: Submarine. HEX triplet: 95, 98 and 98. RGB value is (149,152,152). Sum of RGB (Red+Green+Blue) = 149+152+152=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #959898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959898 is #6A6767. Grayscale: #979797. Windows color (decimal): -6973288 or 10000533. OLE color: 10000533.

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

Color convert

RGB 149 152 152 -
CMYK 0.02 0 0 0.40
HSL 180º 0.01% 0.59% -
HSV(B) 180º 0.02% 0.6% -
XYZ 29.29 31.11 34.17 -
YUV 151.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 149 152 152 0.02 0 0 0.40 180 0.01 0.59
Hex 95 98 98 2 0 0 28 B4 1 3B
Octal 225 230 230 2 0 0 50 264 1 73
Binary 10010101 10011000 10011000 10 0 0 101000 10110100 1 111011

Color Harmonies of #959898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959898

Black with #959898

Text Example


Text Example

White with #959898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959898; }

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

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

background-color css

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

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

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

border-color css

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

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

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