#9BD961

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

Shades of Conifer #9BD961

Tints of Conifer #9BD961

Color information

#9BD961 (or 0x9BD961) is unknown color: approx Conifer. HEX triplet: 9B, D9 and 61. RGB value is (155,217,97). Sum of RGB (Red+Green+Blue) = 155+217+97=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD961 is #64269E. Grayscale: #B9B9B9. Windows color (decimal): -6563487 or 6412699. OLE color: 6412699.

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

Color convert

RGB15521797-
CMYK0.2900.550.15
HSL91º61.22%61.57%-
HSV(B)91º55.3%85.1%-
XYZ40.4957.4620.27-
YUV184.7878.46106.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 217 (85.16% from 255) = 46.27%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=33.05%
G=46.27%
B=20.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155217970.2900.550.159161.2261.57
Hex9BD9611D037F5b3d3e
Octal23333114135067171337576
Binary1001101111011001110000111101011011111111011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,97); }

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

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

 a { background-color: rgb(155,217,97); }

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

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

 span { border-color: rgb(155,217,97); }

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