#9BD95C

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

Shades of Conifer #9BD95C

Tints of Conifer #9BD95C

Color information

#9BD95C (or 0x9BD95C) is unknown color: approx Conifer. HEX triplet: 9B, D9 and 5C. RGB value is (155,217,92). Sum of RGB (Red+Green+Blue) = 155+217+92=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD95C is #6426A3. Grayscale: #B8B8B8. Windows color (decimal): -6563492 or 6085019. OLE color: 6085019.

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

Color convert

RGB15521792-
CMYK0.2900.580.15
HSL89.76º62.19%60.59%-
HSV(B)89.76º57.6%85.1%-
XYZ40.2657.3719.08-
YUV184.2175.96107.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.41%
GREEN value IS 217 (85.16% from 255) = 46.77%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=33.41%
G=46.77%
B=19.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155217920.2900.580.1589.7662.1960.59
Hex9BD95C1D03AF5a3e3d
Octal23333113435072171327675
Binary1001101111011001101110011101011101011111011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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