#9BD85B

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

Shades of Conifer #9BD85B

Tints of Conifer #9BD85B

Color information

#9BD85B (or 0x9BD85B) is unknown color: approx Conifer. HEX triplet: 9B, D8 and 5B. RGB value is (155,216,91). Sum of RGB (Red+Green+Blue) = 155+216+91=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD85B is #6427A4. Grayscale: #B7B7B7. Windows color (decimal): -6563749 or 6019227. OLE color: 6019227.

HSL color Cylindrical-coordinate representation of color #9BD85B: hue angle of 89.28º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BD85B is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB15521691-
CMYK0.2800.580.15
HSL89.28º61.58%60.2%-
HSV(B)89.28º57.87%84.71%-
XYZ39.9656.8418.76-
YUV183.5175.79107.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 216 (84.77% from 255) = 46.75%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=33.55%
G=46.75%
B=19.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155216910.2800.580.1589.2861.5860.2
Hex9BD85B1C03AF593e3c
Octal23333013334072171317674
Binary1001101111011000101101111100011101011111011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,216,91); }

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

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

 a { background-color: rgb(155,216,91); }

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

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

 span { border-color: rgb(155,216,91); }

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