#999952

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

Shades of Green Smoke #999952

Tints of Green Smoke #999952

Color information

#999952 (or 0x999952) is unknown color: approx Green Smoke. HEX triplet: 99, 99 and 52. RGB value is (153,153,82). Sum of RGB (Red+Green+Blue) = 153+153+82=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999952 is #6666AD. Grayscale: #919191. Windows color (decimal): -6710958 or 5413273. OLE color: 5413273.

HSL color Cylindrical-coordinate representation of color #999952: hue angle of 60º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #999952 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB15315382-
CMYK000.460.4
HSL60º30.21%46.08%-
HSV(B)60º46.41%60%-
XYZ26.0530.1612.43-
YUV144.9192.5133.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=39.43%
G=39.43%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315382000.460.46030.2146.08
Hex999952002E283c1e2e
Octal231231122005650743656
Binary100110011001100110100100010111010100011110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999952; }

 p { color: rgb(153,153,82); }

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

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

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

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

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

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

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