#92958C

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

Shades of Delta #92958C

Tints of Delta #92958C

Color information

#92958C (or 0x92958C) is unknown color: approx Delta. HEX triplet: 92, 95 and 8C. RGB value is (146,149,140). Sum of RGB (Red+Green+Blue) = 146+149+140=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 149 - color contains mainly: green. Hex color #92958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92958C is #6D6A73. Grayscale: #939393. Windows color (decimal): -7170676 or 9213330. OLE color: 9213330.

HSL color Cylindrical-coordinate representation of color #92958C: hue angle of 80º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92958C is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB146149140-
CMYK0.0200.060.42
HSL80º4.07%56.67%-
HSV(B)80º6.04%58.43%-
XYZ27.3429.529.06-
YUV147.08124.01127.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=33.56%
G=34.25%
B=32.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491400.0200.060.42804.0756.67
Hex92958C2062A50439
Octal22222521420652120471
Binary1001001010010101100011001001101010101010000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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