Html Css Color HEX #889896 Submarine

📋 copy color: '#889896'

red 136 ◦ green 152 ◦ blue 150

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

Shades of Submarine #889896

Tints of Submarine #889896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.25%

R = 31.05%
G = 34.7%
B = 34.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#889896 (or 0x889896) is known color: Submarine. HEX triplet: 88, 98 and 96. RGB value is (136,152,150). Sum of RGB (Red+Green+Blue) = 136+152+150=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 152 - color contains mainly: green. Hex color #889896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889896 is #776769. Grayscale: #929292. Windows color (decimal): -7825258 or 9869448. OLE color: 9869448.

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

Color convert

RGB 136 152 150 -
CMYK 0.11 0 0.01 0.40
HSL 172.5º 0.07% 0.56% -
HSV(B) 172.5º 0.11% 0.6% -
XYZ 26.89 29.89 33.21 -
YUV 146.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 136 152 150 0.11 0 0.01 0.40 172.5 0.07 0.56
Hex 88 98 96 B 0 1 28 AC 7 38
Octal 210 230 226 13 0 1 50 254 7 70
Binary 10001000 10011000 10010110 1011 0 1 101000 10101100 111 111000

Color Harmonies of #889896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889896

Black with #889896

Text Example


Text Example

White with #889896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889896; }

 p { color: rgb(136,152,150); }

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

background-color css

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

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

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

border-color css

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

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

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