#92978C

Color #92978C Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #92978C

Tints of Delta #92978C

Color information

#92978C (or 0x92978C) is unknown color: approx Delta. HEX triplet: 92, 97 and 8C. RGB value is (146,151,140). Sum of RGB (Red+Green+Blue) = 146+151+140=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 151 - color contains mainly: green. Hex color #92978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92978C is #6D6873. Grayscale: #949494. Windows color (decimal): -7170164 or 9213842. OLE color: 9213842.

HSL color Cylindrical-coordinate representation of color #92978C: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #92978C is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB146151140-
CMYK0.0300.070.41
HSL87.27º5.02%57.06%-
HSV(B)87.27º7.28%59.22%-
XYZ27.6530.1429.17-
YUV148.25123.34126.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=33.41%
G=34.55%
B=32.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461511400.0300.070.4187.275.0257.06
Hex92978C3072957539
Octal22222721430751127571
Binary1001001010010111100011001101111010011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92978C; }

 p { color: rgb(146,151,140); }

 H1.HeaderClassName
 {
   color: #92978C;
 }
 .AnyTagClassName
 {
   color: #92978C;
 }
</style>
background-color css

<style>
 a { background-color: #92978C; }

 a { background-color: rgb(146,151,140); }

 div.DivClassName
 {
   background-color: #92978C;
 }
 .BgClassName
 {
   background-color: #92978C;
 }
</style>
border-color css

<style>
 span { border-color: #92978C; }

 span { border-color: rgb(146,151,140); }

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