#99B148

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

Shades of Green Smoke #99B148

Tints of Green Smoke #99B148

Color information

#99B148 (or 0x99B148) is unknown color: approx Green Smoke. HEX triplet: 99, B1 and 48. RGB value is (153,177,72). Sum of RGB (Red+Green+Blue) = 153+177+72=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #99B148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B148 is #664EB7. Grayscale: #9E9E9E. Windows color (decimal): -6704824 or 4764057. OLE color: 4764057.

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

Color convert

RGB15317772-
CMYK0.1400.590.31
HSL73.71º42.17%48.82%-
HSV(B)73.71º59.32%69.41%-
XYZ30.0338.6812.02-
YUV157.8579.55124.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=38.06%
G=44.03%
B=17.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153177720.1400.590.3173.7142.1748.82
Hex99B148E03B1F4a2a31
Octal23126111016073371125261
Binary1001100110110001100100011100111011111111001010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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