#95998A

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

Shades of Delta #95998A

Tints of Delta #95998A

Color information

#95998A (or 0x95998A) is unknown color: approx Delta. HEX triplet: 95, 99 and 8A. RGB value is (149,153,138). Sum of RGB (Red+Green+Blue) = 149+153+138=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 153 - color contains mainly: green. Hex color #95998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95998A is #6A6675. Grayscale: #969696. Windows color (decimal): -6973046 or 9083285. OLE color: 9083285.

HSL color Cylindrical-coordinate representation of color #95998A: hue angle of 76º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95998A is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB149153138-
CMYK0.0300.100.4
HSL76º6.85%57.06%-
HSV(B)76º9.8%60%-
XYZ28.3731.0128.53-
YUV150.09121.17127.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=33.86%
G=34.77%
B=31.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531380.0300.100.4766.8557.06
Hex95998A30A284c739
Octal225231212301250114771
Binary10010101100110011000101011010101010001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95998A; }

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

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

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

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

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

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

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

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