#99A25B

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

Shades of Green Smoke #99A25B

Tints of Green Smoke #99A25B

Color information

#99A25B (or 0x99A25B) is unknown color: approx Green Smoke. HEX triplet: 99, A2 and 5B. RGB value is (153,162,91). Sum of RGB (Red+Green+Blue) = 153+162+91=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #99A25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A25B is #665DA4. Grayscale: #979797. Windows color (decimal): -6708645 or 6005401. OLE color: 6005401.

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

Color convert

RGB15316291-
CMYK0.0600.440.36
HSL67.61º28.06%49.61%-
HSV(B)67.61º43.83%63.53%-
XYZ27.9533.3714.87-
YUV151.2294.02129.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=37.68%
G=39.90%
B=22.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153162910.0600.440.3667.6128.0649.61
Hex99A25B602C24441c32
Octal2312421336054441043462
Binary100110011010001010110111100101100100100100010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A25B; }

 p { color: rgb(153,162,91); }

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

<style>
 a { background-color: #99A25B; }

 a { background-color: rgb(153,162,91); }

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

<style>
 span { border-color: #99A25B; }

 span { border-color: rgb(153,162,91); }

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