Html Css Color HEX #88999C Submarine

📋 copy color: '#88999C'

red 136 ◦ green 153 ◦ blue 156

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

Shades of Submarine #88999C

Tints of Submarine #88999C

RGB

 RED value IS 136 (53.52% from 255) = 30.56%

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

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 30.56%
G = 34.38%
B = 35.06%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88999C (or 0x88999C) is known color: Submarine. HEX triplet: 88, 99 and 9C. RGB value is (136,153,156). Sum of RGB (Red+Green+Blue) = 136+153+156=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 156 - color contains mainly: blue. Hex color #88999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88999C is #776663. Grayscale: #949494. Windows color (decimal): -7824996 or 10262920. OLE color: 10262920.

HSL color Cylindrical-coordinate representation of color #88999C: hue angle of 189º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88999C is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 153 156 -
CMYK 0.13 0.02 0 0.39
HSL 189º 0.09% 0.57% -
HSV(B) 189º 0.13% 0.61% -
XYZ 27.55 30.42 35.87 -
YUV 148.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 136 153 156 0.13 0.02 0 0.39 189 0.09 0.57
Hex 88 99 9C D 2 0 27 BD 9 39
Octal 210 231 234 15 2 0 47 275 11 71
Binary 10001000 10011001 10011100 1101 10 0 100111 10111101 1001 111001

Color Harmonies of #88999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88999C

Black with #88999C

Text Example


Text Example

White with #88999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88999C; }

 p { color: rgb(136,153,156); }

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

background-color css

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

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

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

border-color css

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

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

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