#99B35D

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

Shades of Green Smoke #99B35D

Tints of Green Smoke #99B35D

Color information

#99B35D (or 0x99B35D) is unknown color: approx Green Smoke. HEX triplet: 99, B3 and 5D. RGB value is (153,179,93). Sum of RGB (Red+Green+Blue) = 153+179+93=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #99B35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B35D is #664CA2. Grayscale: #A1A1A1. Windows color (decimal): -6704291 or 6140825. OLE color: 6140825.

HSL color Cylindrical-coordinate representation of color #99B35D: hue angle of 78.14º 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 #99B35D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB15317993-
CMYK0.1500.480.30
HSL78.14º36.13%53.33%-
HSV(B)78.14º48.04%70.2%-
XYZ31.2339.816.39-
YUV161.4289.39121.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=36%
G=42.12%
B=21.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153179930.1500.480.3078.1436.1353.33
Hex99B35DF0301E4e2435
Octal23126313517060361164465
Binary1001100110110011101110111110110000111101001110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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