#9BB250

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

Shades of Green Smoke #9BB250

Tints of Green Smoke #9BB250

Color information

#9BB250 (or 0x9BB250) is unknown color: approx Green Smoke. HEX triplet: 9B, B2 and 50. RGB value is (155,178,80). Sum of RGB (Red+Green+Blue) = 155+178+80=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB250 is #644DAF. Grayscale: #A0A0A0. Windows color (decimal): -6573488 or 5288603. OLE color: 5288603.

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

Color convert

RGB15517880-
CMYK0.1300.550.30
HSL74.08º38.89%50.59%-
HSV(B)74.08º55.06%69.8%-
XYZ30.8939.3913.56-
YUV159.9582.88124.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.53%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=37.53%
G=43.10%
B=19.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155178800.1300.550.3074.0838.8950.59
Hex9BB250D0371E4a2733
Octal23326212015067361124763
Binary1001101110110010101000011010110111111101001010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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