Html Css Color HEX #92988E Delta

📋 copy color: '#92988E'

red 146 ◦ green 152 ◦ blue 142

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

Shades of Delta #92988E

Tints of Delta #92988E

RGB

 RED value IS 146 (57.42% from 255) = 33.18%

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

 BLUE value IS 142 (55.86% from 255) = 32.27%

R = 33.18%
G = 34.55%
B = 32.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#92988E (or 0x92988E) is known color: Delta. HEX triplet: 92, 98 and 8E. RGB value is (146,152,142). Sum of RGB (Red+Green+Blue) = 146+152+142=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 152 - color contains mainly: green. Hex color #92988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92988E is #6D6771. Grayscale: #959595. Windows color (decimal): -7169906 or 9345170. OLE color: 9345170.

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

Color convert

RGB 146 152 142 -
CMYK 0.04 0 0.07 0.40
HSL 96º 0.05% 0.58% -
HSV(B) 96º 0.07% 0.6% -
XYZ 27.96 30.52 30.01 -
YUV 149.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 146 152 142 0.04 0 0.07 0.40 96 0.05 0.58
Hex 92 98 8E 4 0 7 28 60 5 3A
Octal 222 230 216 4 0 7 50 140 5 72
Binary 10010010 10011000 10001110 100 0 111 101000 1100000 101 111010

Color Harmonies of #92988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92988E

Black with #92988E

Text Example


Text Example

White with #92988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92988E; }

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

 H1.HeaderClassName
 {
   color: #92988E;
 }
 .AnyTagClassName
 {
   color: #92988E;
 }
</style>

background-color css

<style>
 a { background-color: #92988E; }

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

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

border-color css

<style>
 span { border-color: #92988E; }

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

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