Html Css Color HEX #989D93 Delta

📋 copy color: '#989D93'

red 152 ◦ green 157 ◦ blue 147

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

Shades of Delta #989D93

Tints of Delta #989D93

RGB

 RED value IS 152 (59.77% from 255) = 33.33%

 GREEN value IS 157 (61.72% from 255) = 34.43%

 BLUE value IS 147 (57.81% from 255) = 32.24%

R = 33.33%
G = 34.43%
B = 32.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#989D93 (or 0x989D93) is known color: Delta. HEX triplet: 98, 9D and 93. RGB value is (152,157,147). Sum of RGB (Red+Green+Blue) = 152+157+147=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 157 - color contains mainly: green. Hex color #989D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D93 is #67626C. Grayscale: #9A9A9A. Windows color (decimal): -6775405 or 9674136. OLE color: 9674136.

HSL color Cylindrical-coordinate representation of color #989D93: hue angle of 90º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #989D93 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 147 -
CMYK 0.03 0 0.06 0.38
HSL 90º 0.05% 0.6% -
HSV(B) 90º 0.06% 0.62% -
XYZ 30.27 32.9 32.36 -
YUV 154.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 152 157 147 0.03 0 0.06 0.38 90 0.05 0.6
Hex 98 9D 93 3 0 6 26 5A 5 3C
Octal 230 235 223 3 0 6 46 132 5 74
Binary 10011000 10011101 10010011 11 0 110 100110 1011010 101 111100

Color Harmonies of #989D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D93

Black with #989D93

Text Example


Text Example

White with #989D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989D93; }

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

 H1.HeaderClassName
 {
   color: #989D93;
 }
 .AnyTagClassName
 {
   color: #989D93;
 }
</style>

background-color css

<style>
 a { background-color: #989D93; }

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

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

border-color css

<style>
 span { border-color: #989D93; }

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

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