#9BDB63

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

Shades of Conifer #9BDB63

Tints of Conifer #9BDB63

Color information

#9BDB63 (or 0x9BDB63) is unknown color: approx Conifer. HEX triplet: 9B, DB and 63. RGB value is (155,219,99). Sum of RGB (Red+Green+Blue) = 155+219+99=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB63 is #64249C. Grayscale: #BABABA. Windows color (decimal): -6562973 or 6544283. OLE color: 6544283.

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

Color convert

RGB15521999-
CMYK0.2900.550.14
HSL92º62.5%62.35%-
HSV(B)92º54.79%85.88%-
XYZ41.158.5320.94-
YUV186.1878.8105.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 219 (85.94% from 255) = 46.30%
BLUE value IS 99 (39.06% from 255) = 20.93%
R=32.77%
G=46.30%
B=20.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155219990.2900.550.149262.562.35
Hex9BDB631D037E5c3e3e
Octal23333314335067161347676
Binary1001101111011011110001111101011011111101011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,219,99); }

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

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

 a { background-color: rgb(155,219,99); }

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

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

 span { border-color: rgb(155,219,99); }

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