#9BB14D

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

Shades of Green Smoke #9BB14D

Tints of Green Smoke #9BB14D

Color information

#9BB14D (or 0x9BB14D) is unknown color: approx Green Smoke. HEX triplet: 9B, B1 and 4D. RGB value is (155,177,77). Sum of RGB (Red+Green+Blue) = 155+177+77=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB14D is #644EB2. Grayscale: #9F9F9F. Windows color (decimal): -6573747 or 5091739. OLE color: 5091739.

HSL color Cylindrical-coordinate representation of color #9BB14D: hue angle of 73.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BB14D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB15517777-
CMYK0.1200.560.31
HSL73.2º39.37%49.8%-
HSV(B)73.2º56.5%69.41%-
XYZ30.5838.9512.93-
YUV159.0281.71125.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 177 (69.53% from 255) = 43.28%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=37.90%
G=43.28%
B=18.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155177770.1200.560.3173.239.3749.8
Hex9BB14DC0381F492732
Octal23326111514070371114762
Binary1001101110110001100110111000111000111111001001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,177,77); }

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

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

 a { background-color: rgb(155,177,77); }

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

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

 span { border-color: rgb(155,177,77); }

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