#97A452

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

Shades of Green Smoke #97A452

Tints of Green Smoke #97A452

Color information

#97A452 (or 0x97A452) is unknown color: approx Green Smoke. HEX triplet: 97, A4 and 52. RGB value is (151,164,82). Sum of RGB (Red+Green+Blue) = 151+164+82=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #97A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A452 is #685BAD. Grayscale: #979797. Windows color (decimal): -6839214 or 5416087. OLE color: 5416087.

HSL color Cylindrical-coordinate representation of color #97A452: hue angle of 69.51º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97A452 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB15116482-
CMYK0.0800.50.36
HSL69.51º33.33%48.24%-
HSV(B)69.51º50%64.31%-
XYZ27.5633.7413.04-
YUV150.7789.19128.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 164 (64.45% from 255) = 41.31%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=38.04%
G=41.31%
B=20.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151164820.0800.50.3669.5133.3348.24
Hex97A452803224462130
Octal22724412210062441064160
Binary10010111101001001010010100001100101001001000110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A452; }

 p { color: rgb(151,164,82); }

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

<style>
 a { background-color: #97A452; }

 a { background-color: rgb(151,164,82); }

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

<style>
 span { border-color: #97A452; }

 span { border-color: rgb(151,164,82); }

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