#9DB264

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

Shades of Green Smoke #9DB264

Tints of Green Smoke #9DB264

Color information

#9DB264 (or 0x9DB264) is unknown color: approx Green Smoke. HEX triplet: 9D, B2 and 64. RGB value is (157,178,100). Sum of RGB (Red+Green+Blue) = 157+178+100=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB264 is #624D9B. Grayscale: #A3A3A3. Windows color (decimal): -6442396 or 6599325. OLE color: 6599325.

HSL color Cylindrical-coordinate representation of color #9DB264: hue angle of 76.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DB264 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB157178100-
CMYK0.1200.440.30
HSL76.15º33.62%54.51%-
HSV(B)76.15º43.82%69.8%-
XYZ32.1339.9318.07-
YUV162.8392.54123.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 178 (69.92% from 255) = 40.92%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=36.09%
G=40.92%
B=22.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571781000.1200.440.3076.1533.6254.51
Hex9DB264C02C1E4c2237
Octal23526214414054361144267
Binary1001110110110010110010011000101100111101001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DB264; }

 p { color: rgb(157,178,100); }

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

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

 a { background-color: rgb(157,178,100); }

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

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

 span { border-color: rgb(157,178,100); }

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