#92978B

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

Shades of Delta #92978B

Tints of Delta #92978B

Color information

#92978B (or 0x92978B) is unknown color: approx Delta. HEX triplet: 92, 97 and 8B. RGB value is (146,151,139). Sum of RGB (Red+Green+Blue) = 146+151+139=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 151 - color contains mainly: green. Hex color #92978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92978B is #6D6874. Grayscale: #949494. Windows color (decimal): -7170165 or 9148306. OLE color: 9148306.

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

Color convert

RGB146151139-
CMYK0.0300.080.41
HSL85º5.45%56.86%-
HSV(B)85º7.95%59.22%-
XYZ27.5830.1128.78-
YUV148.14122.84126.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=33.49%
G=34.63%
B=31.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461511390.0300.080.41855.4556.86
Hex92978B3082955539
Octal222227213301051125571
Binary10010010100101111000101111010001010011010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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