Html Css Color HEX #959A9C Bali Hai

📋 copy color: '#959A9C'

red 149 ◦ green 154 ◦ blue 156

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

Shades of Bali Hai #959A9C

Tints of Bali Hai #959A9C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.55%

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

R = 32.46%
G = 33.55%
B = 33.99%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#959A9C (or 0x959A9C) is known color: Bali Hai. HEX triplet: 95, 9A and 9C. RGB value is (149,154,156). Sum of RGB (Red+Green+Blue) = 149+154+156=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 156 - color contains mainly: blue. Hex color #959A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A9C is #6A6563. Grayscale: #989898. Windows color (decimal): -6972772 or 10263189. OLE color: 10263189.

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

Color convert

RGB 149 154 156 -
CMYK 0.04 0.01 0 0.39
HSL 197.14º 0.03% 0.6% -
HSV(B) 197.14º 0.04% 0.61% -
XYZ 29.95 31.9 36.03 -
YUV 152.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 149 154 156 0.04 0.01 0 0.39 197.14 0.03 0.6
Hex 95 9A 9C 4 1 0 27 C5 3 3C
Octal 225 232 234 4 1 0 47 305 3 74
Binary 10010101 10011010 10011100 100 1 0 100111 11000101 11 111100

Color Harmonies of #959A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A9C

Black with #959A9C

Text Example


Text Example

White with #959A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959A9C; }

 p { color: rgb(149,154,156); }

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

background-color css

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

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

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

border-color css

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

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

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