#92978D

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

Shades of Delta #92978D

Tints of Delta #92978D

Color information

#92978D (or 0x92978D) is unknown color: approx Delta. HEX triplet: 92, 97 and 8D. RGB value is (146,151,141). Sum of RGB (Red+Green+Blue) = 146+151+141=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 151 - color contains mainly: green. Hex color #92978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92978D is #6D6872. Grayscale: #949494. Windows color (decimal): -7170163 or 9279378. OLE color: 9279378.

HSL color Cylindrical-coordinate representation of color #92978D: hue angle of 90º 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 #92978D is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB146151141-
CMYK0.0300.070.41
HSL90º4.59%57.25%-
HSV(B)90º6.62%59.22%-
XYZ27.7330.1729.56-
YUV148.36123.84126.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=33.33%
G=34.47%
B=32.19%

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
Decimal1461511410.0300.070.41904.5957.25
Hex92978D307295a539
Octal22222721530751132571
Binary1001001010010111100011011101111010011011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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