#94A260

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

Shades of Green Smoke #94A260

Tints of Green Smoke #94A260

Color information

#94A260 (or 0x94A260) is unknown color: approx Green Smoke. HEX triplet: 94, A2 and 60. RGB value is (148,162,96). Sum of RGB (Red+Green+Blue) = 148+162+96=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #94A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A260 is #6B5D9F. Grayscale: #969696. Windows color (decimal): -7036320 or 6333076. OLE color: 6333076.

HSL color Cylindrical-coordinate representation of color #94A260: hue angle of 72.73º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94A260 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB14816296-
CMYK0.0900.410.36
HSL72.73º26.19%50.59%-
HSV(B)72.73º40.74%63.53%-
XYZ27.2432.9816-
YUV150.2997.36126.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=36.45%
G=39.90%
B=23.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148162960.0900.410.3672.7326.1950.59
Hex94A260902924491a33
Octal22424214011051441113263
Binary1001010010100010110000010010101001100100100100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A260; }

 p { color: rgb(148,162,96); }

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

<style>
 a { background-color: #94A260; }

 a { background-color: rgb(148,162,96); }

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

<style>
 span { border-color: #94A260; }

 span { border-color: rgb(148,162,96); }

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