#9BB85D

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

Shades of Green Smoke #9BB85D

Tints of Green Smoke #9BB85D

Color information

#9BB85D (or 0x9BB85D) is unknown color: approx Green Smoke. HEX triplet: 9B, B8 and 5D. RGB value is (155,184,93). Sum of RGB (Red+Green+Blue) = 155+184+93=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB85D is #6447A2. Grayscale: #A5A5A5. Windows color (decimal): -6571939 or 6142107. OLE color: 6142107.

HSL color Cylindrical-coordinate representation of color #9BB85D: hue angle of 79.12º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BB85D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB15518493-
CMYK0.1600.490.28
HSL79.12º39.06%54.31%-
HSV(B)79.12º49.46%72.16%-
XYZ32.6342.0416.75-
YUV164.9687.39120.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=35.88%
G=42.59%
B=21.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal155184930.1600.490.2879.1239.0654.31
Hex9BB85D100311C4f2736
Octal23327013520061341174766
Binary10011011101110001011101100000110001111001001111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,184,93); }

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

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

 a { background-color: rgb(155,184,93); }

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

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

 span { border-color: rgb(155,184,93); }

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