Html Css Color HEX #93998A Delta

📋 copy color: '#93998A'

red 147 ◦ green 153 ◦ blue 138

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

Shades of Delta #93998A

Tints of Delta #93998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.93%

 BLUE value IS 138 (54.3% from 255) = 31.51%

R = 33.56%
G = 34.93%
B = 31.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#93998A (or 0x93998A) is known color: Delta. HEX triplet: 93, 99 and 8A. RGB value is (147,153,138). Sum of RGB (Red+Green+Blue) = 147+153+138=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 153 - color contains mainly: green. Hex color #93998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93998A is #6C6675. Grayscale: #959595. Windows color (decimal): -7104118 or 9083283. OLE color: 9083283.

HSL color Cylindrical-coordinate representation of color #93998A: hue angle of 84º 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 #93998A is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 138 -
CMYK 0.04 0 0.10 0.4
HSL 84º 0.07% 0.57% -
HSV(B) 84º 0.1% 0.6% -
XYZ 28.01 30.82 28.52 -
YUV 149.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 147 153 138 0.04 0 0.10 0.4 84 0.07 0.57
Hex 93 99 8A 4 0 A 28 54 7 39
Octal 223 231 212 4 0 12 50 124 7 71
Binary 10010011 10011001 10001010 100 0 1010 101000 1010100 111 111001

Color Harmonies of #93998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93998A

Black with #93998A

Text Example


Text Example

White with #93998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93998A;
 }
 .AnyTagClassName
 {
   color: #93998A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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