#99B158

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

Shades of Green Smoke #99B158

Tints of Green Smoke #99B158

Color information

#99B158 (or 0x99B158) is unknown color: approx Green Smoke. HEX triplet: 99, B1 and 58. RGB value is (153,177,88). Sum of RGB (Red+Green+Blue) = 153+177+88=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #99B158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B158 is #664EA7. Grayscale: #A0A0A0. Windows color (decimal): -6704808 or 5812633. OLE color: 5812633.

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

Color convert

RGB15317788-
CMYK0.1400.500.31
HSL76.18º36.33%51.96%-
HSV(B)76.18º50.28%69.41%-
XYZ30.6238.9215.13-
YUV159.6887.55123.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 177 (69.53% from 255) = 42.34%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=36.60%
G=42.34%
B=21.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153177880.1400.500.3176.1836.3351.96
Hex99B158E0321F4c2434
Octal23126113016062371144464
Binary1001100110110001101100011100110010111111001100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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