Html Css Color HEX #93988F Delta

📋 copy color: '#93988F'

red 147 ◦ green 152 ◦ blue 143

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

Shades of Delta #93988F

Tints of Delta #93988F

RGB

 RED value IS 147 (57.81% from 255) = 33.26%

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

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 33.26%
G = 34.39%
B = 32.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#93988F (or 0x93988F) is known color: Delta. HEX triplet: 93, 98 and 8F. RGB value is (147,152,143). Sum of RGB (Red+Green+Blue) = 147+152+143=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 152 - color contains mainly: green. Hex color #93988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93988F is #6C6770. Grayscale: #959595. Windows color (decimal): -7104369 or 9410707. OLE color: 9410707.

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

Color convert

RGB 147 152 143 -
CMYK 0.03 0 0.06 0.40
HSL 93.33º 0.04% 0.58% -
HSV(B) 93.33º 0.06% 0.6% -
XYZ 28.22 30.64 30.41 -
YUV 149.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 147 152 143 0.03 0 0.06 0.40 93.33 0.04 0.58
Hex 93 98 8F 3 0 6 28 5D 4 3A
Octal 223 230 217 3 0 6 50 135 4 72
Binary 10010011 10011000 10001111 11 0 110 101000 1011101 100 111010

Color Harmonies of #93988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93988F

Black with #93988F

Text Example


Text Example

White with #93988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93988F;
 }
 .AnyTagClassName
 {
   color: #93988F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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