#95988F

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

Shades of Delta #95988F

Tints of Delta #95988F

Color information

#95988F (or 0x95988F) is unknown color: approx Delta. HEX triplet: 95, 98 and 8F. RGB value is (149,152,143). Sum of RGB (Red+Green+Blue) = 149+152+143=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 152 - color contains mainly: green. Hex color #95988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95988F is #6A6770. Grayscale: #969696. Windows color (decimal): -6973297 or 9410709. OLE color: 9410709.

HSL color Cylindrical-coordinate representation of color #95988F: hue angle of 80º 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 #95988F is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB149152143-
CMYK0.0200.060.40
HSL80º4.19%57.84%-
HSV(B)80º5.92%59.61%-
XYZ28.5830.8330.43-
YUV150.08124.01127.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=33.56%
G=34.23%
B=32.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491521430.0200.060.40804.1957.84
Hex95988F206285043a
Octal22523021720650120472
Binary1001010110011000100011111001101010001010000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95988F; }

 p { color: rgb(149,152,143); }

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

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

 a { background-color: rgb(149,152,143); }

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

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

 span { border-color: rgb(149,152,143); }

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