#959F84

Color #959F84 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #959F84

Tints of Delta #959F84

Color information

#959F84 (or 0x959F84) is unknown color: approx Delta. HEX triplet: 95, 9F and 84. RGB value is (149,159,132). Sum of RGB (Red+Green+Blue) = 149+159+132=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 159 - color contains mainly: green. Hex color #959F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F84 is #6A607B. Grayscale: #999999. Windows color (decimal): -6971516 or 8691605. OLE color: 8691605.

HSL color Cylindrical-coordinate representation of color #959F84: hue angle of 82.22º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #959F84 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB149159132-
CMYK0.0600.170.38
HSL82.22º12.33%57.06%-
HSV(B)82.22º16.98%62.35%-
XYZ28.9632.8526.64-
YUV152.93116.19125.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 132 (51.95% from 255) = 30%
R=33.86%
G=36.14%
B=30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491591320.0600.170.3882.2212.3357.06
Hex959F8460112652c39
Octal2252372046021461221471
Binary10010101100111111000010011001000110011010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,159,132); }

 H1.HeaderClassName
 {
   color: #959F84;
 }
 .AnyTagClassName
 {
   color: #959F84;
 }
</style>
background-color css

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

 a { background-color: rgb(149,159,132); }

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

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

 span { border-color: rgb(149,159,132); }

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