Html Css Color HEX #959990 Delta

📋 copy color: '#959990'

red 149 ◦ green 153 ◦ blue 144

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

Shades of Delta #959990

Tints of Delta #959990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.29%

R = 33.41%
G = 34.3%
B = 32.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#959990 (or 0x959990) is known color: Delta. HEX triplet: 95, 99 and 90. RGB value is (149,153,144). Sum of RGB (Red+Green+Blue) = 149+153+144=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 153 - color contains mainly: green. Hex color #959990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959990 is #6A666F. Grayscale: #969696. Windows color (decimal): -6973040 or 9476501. OLE color: 9476501.

HSL color Cylindrical-coordinate representation of color #959990: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #959990 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 144 -
CMYK 0.03 0 0.06 0.4
HSL 86.67º 0.04% 0.58% -
HSV(B) 86.67º 0.06% 0.6% -
XYZ 28.82 31.19 30.89 -
YUV 150.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 149 153 144 0.03 0 0.06 0.4 86.67 0.04 0.58
Hex 95 99 90 3 0 6 28 57 4 3A
Octal 225 231 220 3 0 6 50 127 4 72
Binary 10010101 10011001 10010000 11 0 110 101000 1010111 100 111010

Color Harmonies of #959990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959990

Black with #959990

Text Example


Text Example

White with #959990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959990; }

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

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

background-color css

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

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

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

border-color css

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

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

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