#92A25C

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

Shades of Green Smoke #92A25C

Tints of Green Smoke #92A25C

Color information

#92A25C (or 0x92A25C) is unknown color: approx Green Smoke. HEX triplet: 92, A2 and 5C. RGB value is (146,162,92). Sum of RGB (Red+Green+Blue) = 146+162+92=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #92A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A25C is #6D5DA3. Grayscale: #959595. Windows color (decimal): -7167396 or 6070930. OLE color: 6070930.

HSL color Cylindrical-coordinate representation of color #92A25C: hue angle of 73.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92A25C is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB14616292-
CMYK0.1000.430.36
HSL73.71º27.56%49.8%-
HSV(B)73.71º43.21%63.53%-
XYZ26.7132.7215.03-
YUV149.2495.7125.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 92 (36.33% from 255) = 23%
R=36.5%
G=40.5%
B=23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146162920.1000.430.3673.7127.5649.8
Hex92A25CA02B244a1c32
Octal22224213412053441123462
Binary1001001010100010101110010100101011100100100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,162,92); }

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

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

 a { background-color: rgb(146,162,92); }

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

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

 span { border-color: rgb(146,162,92); }

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