#969B52

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

Shades of Green Smoke #969B52

Tints of Green Smoke #969B52

Color information

#969B52 (or 0x969B52) is unknown color: approx Green Smoke. HEX triplet: 96, 9B and 52. RGB value is (150,155,82). Sum of RGB (Red+Green+Blue) = 150+155+82=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #969B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B52 is #6964AD. Grayscale: #919191. Windows color (decimal): -6907054 or 5413782. OLE color: 5413782.

HSL color Cylindrical-coordinate representation of color #969B52: hue angle of 64.11º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #969B52 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB15015582-
CMYK0.0300.470.39
HSL64.11º30.8%46.47%-
HSV(B)64.11º47.1%60.78%-
XYZ25.8230.5412.52-
YUV145.1892.34131.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=38.76%
G=40.05%
B=21.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150155820.0300.470.3964.1130.846.47
Hex969B52302F27401f2e
Octal2262331223057471003756
Binary10010110100110111010010110101111100111100000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969B52; }

 p { color: rgb(150,155,82); }

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

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

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

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

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

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

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