#99B25D

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

Shades of Green Smoke #99B25D

Tints of Green Smoke #99B25D

Color information

#99B25D (or 0x99B25D) is unknown color: approx Green Smoke. HEX triplet: 99, B2 and 5D. RGB value is (153,178,93). Sum of RGB (Red+Green+Blue) = 153+178+93=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #99B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B25D is #664DA2. Grayscale: #A1A1A1. Windows color (decimal): -6704547 or 6140569. OLE color: 6140569.

HSL color Cylindrical-coordinate representation of color #99B25D: hue angle of 77.65º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99B25D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB15317893-
CMYK0.1400.480.30
HSL77.65º35.56%53.14%-
HSV(B)77.65º47.75%69.8%-
XYZ31.0339.416.33-
YUV160.8489.72122.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 178 (69.92% from 255) = 41.98%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=36.08%
G=41.98%
B=21.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153178930.1400.480.3077.6535.5653.14
Hex99B25DE0301E4e2435
Octal23126213516060361164465
Binary1001100110110010101110111100110000111101001110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,178,93); }

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

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

 a { background-color: rgb(153,178,93); }

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

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

 span { border-color: rgb(153,178,93); }

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