Html Css Color HEX #959A89 Delta

📋 copy color: '#959A89'

red 149 ◦ green 154 ◦ blue 137

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

Shades of Delta #959A89

Tints of Delta #959A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.14%

R = 33.86%
G = 35%
B = 31.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#959A89 (or 0x959A89) is known color: Delta. HEX triplet: 95, 9A and 89. RGB value is (149,154,137). Sum of RGB (Red+Green+Blue) = 149+154+137=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 154 - color contains mainly: green. Hex color #959A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A89 is #6A6576. Grayscale: #969696. Windows color (decimal): -6972791 or 9018005. OLE color: 9018005.

HSL color Cylindrical-coordinate representation of color #959A89: hue angle of 77.65º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959A89 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 137 -
CMYK 0.03 0 0.11 0.40
HSL 77.65º 0.08% 0.57% -
HSV(B) 77.65º 0.11% 0.6% -
XYZ 28.47 31.31 28.21 -
YUV 150.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 149 154 137 0.03 0 0.11 0.40 77.65 0.08 0.57
Hex 95 9A 89 3 0 B 28 4E 8 39
Octal 225 232 211 3 0 13 50 116 10 71
Binary 10010101 10011010 10001001 11 0 1011 101000 1001110 1000 111001

Color Harmonies of #959A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A89

Black with #959A89

Text Example


Text Example

White with #959A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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