Html Css Color HEX #95998B Delta

📋 copy color: '#95998B'

red 149 ◦ green 153 ◦ blue 139

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

Shades of Delta #95998B

Tints of Delta #95998B

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 value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#95998B (or 0x95998B) is known color: 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

RGB 149 153 139 -
CMYK 0.03 0 0.09 0.4
HSL 77.14º 0.06% 0.57% -
HSV(B) 77.14º 0.09% 0.6% -
XYZ 28.45 31.04 28.92 -
YUV 150.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 149 153 139 0.03 0 0.09 0.4 77.14 0.06 0.57
Hex 95 99 8B 3 0 9 28 4D 6 39
Octal 225 231 213 3 0 11 50 115 6 71
Binary 10010101 10011001 10001011 11 0 1001 101000 1001101 110 111001

Color Harmonies of #95998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95998B

Black with #95998B

Text Example


Text Example

White with #95998B

Text Example


Text Example

HTML Codes & Css Web 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>