#99B14B

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

Shades of Green Smoke #99B14B

Tints of Green Smoke #99B14B

Color information

#99B14B (or 0x99B14B) is unknown color: approx Green Smoke. HEX triplet: 99, B1 and 4B. RGB value is (153,177,75). Sum of RGB (Red+Green+Blue) = 153+177+75=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #99B14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B14B is #664EB4. Grayscale: #9E9E9E. Windows color (decimal): -6704821 or 4960665. OLE color: 4960665.

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

Color convert

RGB15317775-
CMYK0.1400.580.31
HSL74.12º40.48%49.41%-
HSV(B)74.12º57.63%69.41%-
XYZ30.1338.7212.54-
YUV158.281.05124.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 75 (29.69% from 255) = 18.52%
R=37.78%
G=43.70%
B=18.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153177750.1400.580.3174.1240.4849.41
Hex99B14BE03A1F4a2831
Octal23126111316072371125061
Binary1001100110110001100101111100111010111111001010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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