Html Css Color HEX #95988B Delta

📋 copy color: '#95988B'

red 149 ◦ green 152 ◦ blue 139

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

Shades of Delta #95988B

Tints of Delta #95988B

RGB

 RED value IS 149 (58.59% from 255) = 33.86%

 GREEN value IS 152 (59.77% from 255) = 34.55%

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 33.86%
G = 34.55%
B = 31.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#95988B (or 0x95988B) is known color: Delta. HEX triplet: 95, 98 and 8B. RGB value is (149,152,139). Sum of RGB (Red+Green+Blue) = 149+152+139=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 152 - color contains mainly: green. Hex color #95988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95988B is #6A6774. Grayscale: #959595. Windows color (decimal): -6973301 or 9148565. OLE color: 9148565.

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

Color convert

RGB 149 152 139 -
CMYK 0.02 0 0.09 0.40
HSL 73.85º 0.06% 0.57% -
HSV(B) 73.85º 0.09% 0.6% -
XYZ 28.28 30.71 28.86 -
YUV 149.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 149 152 139 0.02 0 0.09 0.40 73.85 0.06 0.57
Hex 95 98 8B 2 0 9 28 4A 6 39
Octal 225 230 213 2 0 11 50 112 6 71
Binary 10010101 10011000 10001011 10 0 1001 101000 1001010 110 111001

Color Harmonies of #95988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95988B

Black with #95988B

Text Example


Text Example

White with #95988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95988B;
 }
 .AnyTagClassName
 {
   color: #95988B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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