#929F52

Color #929F52 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #929F52

Tints of Green Smoke #929F52

Color information

#929F52 (or 0x929F52) is unknown color: approx Green Smoke. HEX triplet: 92, 9F and 52. RGB value is (146,159,82). Sum of RGB (Red+Green+Blue) = 146+159+82=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #929F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929F52 is #6D60AD. Grayscale: #929292. Windows color (decimal): -7168174 or 5414802. OLE color: 5414802.

HSL color Cylindrical-coordinate representation of color #929F52: hue angle of 70.13º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #929F52 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB14615982-
CMYK0.0800.480.38
HSL70.13º31.95%47.25%-
HSV(B)70.13º48.43%62.35%-
XYZ25.7831.5212.71-
YUV146.3491.69127.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=37.73%
G=41.09%
B=21.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146159820.0800.480.3870.1331.9547.25
Hex929F5280302646202f
Octal22223712210060461064057
Binary10010010100111111010010100001100001001101000110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929F52; }

 p { color: rgb(146,159,82); }

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

<style>
 a { background-color: #929F52; }

 a { background-color: rgb(146,159,82); }

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

<style>
 span { border-color: #929F52; }

 span { border-color: rgb(146,159,82); }

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