Html Css Color HEX #899599 Bali Hai

📋 copy color: '#899599'

red 137 ◦ green 149 ◦ blue 153

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

Shades of Bali Hai #899599

Tints of Bali Hai #899599

RGB

 RED value IS 137 (53.91% from 255) = 31.21%

 GREEN value IS 149 (58.59% from 255) = 33.94%

 BLUE value IS 153 (60.16% from 255) = 34.85%

R = 31.21%
G = 33.94%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#899599 (or 0x899599) is known color: Bali Hai. HEX triplet: 89, 95 and 99. RGB value is (137,149,153). Sum of RGB (Red+Green+Blue) = 137+149+153=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #899599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899599 is #766A66. Grayscale: #919191. Windows color (decimal): -7760487 or 10065289. OLE color: 10065289.

HSL color Cylindrical-coordinate representation of color #899599: hue angle of 195º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899599 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 149 153 -
CMYK 0.10 0.03 0 0.4
HSL 195º 0.07% 0.57% -
HSV(B) 195º 0.1% 0.6% -
XYZ 26.81 29.11 34.34 -
YUV 145.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 137 149 153 0.10 0.03 0 0.4 195 0.07 0.57
Hex 89 95 99 A 3 0 28 C3 7 39
Octal 211 225 231 12 3 0 50 303 7 71
Binary 10001001 10010101 10011001 1010 11 0 101000 11000011 111 111001

Color Harmonies of #899599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899599

Black with #899599

Text Example


Text Example

White with #899599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899599; }

 p { color: rgb(137,149,153); }

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

background-color css

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

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

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

border-color css

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

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

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