#95998B

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

Shades of Delta #95998B

Tints of Delta #95998B

Color information

#95998B (or 0x95998B) is unknown color: approx Delta. HEX triplet: 95, 99 and 8B. RGB value is (149,153,139). Sum of RGB (Red+Green+Blue) = 149+153+139=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 153 - color contains mainly: green. Hex color #95998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95998B is #6A6674. Grayscale: #969696. Windows color (decimal): -6973045 or 9148821. OLE color: 9148821.

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

Color convert

RGB149153139-
CMYK0.0300.090.4
HSL77.14º6.42%57.25%-
HSV(B)77.14º9.15%60%-
XYZ28.4531.0428.92-
YUV150.21121.67127.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=33.79%
G=34.69%
B=31.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531390.0300.090.477.146.4257.25
Hex95998B309284d639
Octal225231213301150115671
Binary10010101100110011000101111010011010001001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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