#99A36B

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

Shades of Green Smoke #99A36B

Tints of Green Smoke #99A36B

Color information

#99A36B (or 0x99A36B) is unknown color: approx Green Smoke. HEX triplet: 99, A3 and 6B. RGB value is (153,163,107). Sum of RGB (Red+Green+Blue) = 153+163+107=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #99A36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A36B is #665C94. Grayscale: #999999. Windows color (decimal): -6708373 or 7054233. OLE color: 7054233.

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

Color convert

RGB153163107-
CMYK0.0600.340.36
HSL70.71º23.33%52.94%-
HSV(B)70.71º34.36%63.92%-
XYZ28.8934.0318.96-
YUV153.63101.69127.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 107 (42.19% from 255) = 25.30%
R=36.17%
G=38.53%
B=25.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531631070.0600.340.3670.7123.3352.94
Hex99A36B602224471735
Octal2312431536042441072765
Binary100110011010001111010111100100010100100100011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,163,107); }

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

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

 a { background-color: rgb(153,163,107); }

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

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

 span { border-color: rgb(153,163,107); }

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