Html Css Color HEX #989A92 Delta

📋 copy color: '#989A92'

red 152 ◦ green 154 ◦ blue 146

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

Shades of Delta #989A92

Tints of Delta #989A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.07%

 BLUE value IS 146 (57.42% from 255) = 32.3%

R = 33.63%
G = 34.07%
B = 32.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#989A92 (or 0x989A92) is known color: Delta. HEX triplet: 98, 9A and 92. RGB value is (152,154,146). Sum of RGB (Red+Green+Blue) = 152+154+146=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 154 - color contains mainly: green. Hex color #989A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989A92 is #67656D. Grayscale: #989898. Windows color (decimal): -6776174 or 9607832. OLE color: 9607832.

HSL color Cylindrical-coordinate representation of color #989A92: hue angle of 75º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989A92 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 154 146 -
CMYK 0.01 0 0.05 0.40
HSL 75º 0.04% 0.59% -
HSV(B) 75º 0.05% 0.6% -
XYZ 29.69 31.86 31.78 -
YUV 152.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 152 154 146 0.01 0 0.05 0.40 75 0.04 0.59
Hex 98 9A 92 1 0 5 28 4B 4 3B
Octal 230 232 222 1 0 5 50 113 4 73
Binary 10011000 10011010 10010010 1 0 101 101000 1001011 100 111011

Color Harmonies of #989A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989A92

Black with #989A92

Text Example


Text Example

White with #989A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,154,146); }

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

background-color css

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

 a { background-color: rgb(152,154,146); }

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

border-color css

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

 span { border-color: rgb(152,154,146); }

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