#99B14D

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

Shades of Green Smoke #99B14D

Tints of Green Smoke #99B14D

Color information

#99B14D (or 0x99B14D) is unknown color: approx Green Smoke. HEX triplet: 99, B1 and 4D. RGB value is (153,177,77). Sum of RGB (Red+Green+Blue) = 153+177+77=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #99B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B14D is #664EB2. Grayscale: #9E9E9E. Windows color (decimal): -6704819 or 5091737. OLE color: 5091737.

HSL color Cylindrical-coordinate representation of color #99B14D: hue angle of 74.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99B14D is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB15317777-
CMYK0.1400.560.31
HSL74.4º39.37%49.8%-
HSV(B)74.4º56.5%69.41%-
XYZ30.238.7512.91-
YUV158.4282.05124.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=37.59%
G=43.49%
B=18.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153177770.1400.560.3174.439.3749.8
Hex99B14DE0381F4a2732
Octal23126111516070371124762
Binary1001100110110001100110111100111000111111001010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,177,77); }

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

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

 a { background-color: rgb(153,177,77); }

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

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

 span { border-color: rgb(153,177,77); }

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