#929F4C

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

Shades of Green Smoke #929F4C

Tints of Green Smoke #929F4C

Color information

#929F4C (or 0x929F4C) is unknown color: approx Green Smoke. HEX triplet: 92, 9F and 4C. RGB value is (146,159,76). Sum of RGB (Red+Green+Blue) = 146+159+76=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #929F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929F4C is #6D60B3. Grayscale: #919191. Windows color (decimal): -7168180 or 5021586. OLE color: 5021586.

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

Color convert

RGB14615976-
CMYK0.0800.520.38
HSL69.4º35.32%46.08%-
HSV(B)69.4º52.2%62.35%-
XYZ25.5631.4311.56-
YUV145.6588.69128.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=38.32%
G=41.73%
B=19.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146159760.0800.520.3869.435.3246.08
Hex929F4C80342645232e
Octal22223711410064461054356
Binary10010010100111111001100100001101001001101000101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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