#92A462

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

Shades of Green Smoke #92A462

Tints of Green Smoke #92A462

Color information

#92A462 (or 0x92A462) is unknown color: approx Green Smoke. HEX triplet: 92, A4 and 62. RGB value is (146,164,98). Sum of RGB (Red+Green+Blue) = 146+164+98=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #92A462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A462 is #6D5B9D. Grayscale: #979797. Windows color (decimal): -7166878 or 6464658. OLE color: 6464658.

HSL color Cylindrical-coordinate representation of color #92A462: hue angle of 76.36º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92A462 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB14616498-
CMYK0.1100.400.36
HSL76.36º26.61%51.37%-
HSV(B)76.36º40.24%64.31%-
XYZ27.3333.5416.59-
YUV151.0998.04124.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=35.78%
G=40.20%
B=24.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146164980.1100.400.3676.3626.6151.37
Hex92A462B028244c1b33
Octal22224414213050441143363
Binary1001001010100100110001010110101000100100100110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A462; }

 p { color: rgb(146,164,98); }

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

<style>
 a { background-color: #92A462; }

 a { background-color: rgb(146,164,98); }

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

<style>
 span { border-color: #92A462; }

 span { border-color: rgb(146,164,98); }

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