#9BB265

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

Shades of Green Smoke #9BB265

Tints of Green Smoke #9BB265

Color information

#9BB265 (or 0x9BB265) is unknown color: approx Green Smoke. HEX triplet: 9B, B2 and 65. RGB value is (155,178,101). Sum of RGB (Red+Green+Blue) = 155+178+101=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB265 is #644D9A. Grayscale: #A2A2A2. Windows color (decimal): -6573467 or 6664859. OLE color: 6664859.

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

Color convert

RGB155178101-
CMYK0.1300.430.30
HSL77.92º33.33%54.71%-
HSV(B)77.92º43.26%69.8%-
XYZ31.7939.7518.31-
YUV162.3493.38122.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 178 (69.92% from 255) = 41.01%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=35.71%
G=41.01%
B=23.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551781010.1300.430.3077.9233.3354.71
Hex9BB265D02B1E4e2137
Octal23326214515053361164167
Binary1001101110110010110010111010101011111101001110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,178,101); }

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

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

 a { background-color: rgb(155,178,101); }

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

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

 span { border-color: rgb(155,178,101); }

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