#9BDB66

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

Shades of Feijoa #9BDB66

Tints of Feijoa #9BDB66

Color information

#9BDB66 (or 0x9BDB66) is unknown color: approx Feijoa. HEX triplet: 9B, DB and 66. RGB value is (155,219,102). Sum of RGB (Red+Green+Blue) = 155+219+102=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB66 is #642499. Grayscale: #BABABA. Windows color (decimal): -6562970 or 6740891. OLE color: 6740891.

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

Color convert

RGB155219102-
CMYK0.2900.530.14
HSL92.82º61.9%62.94%-
HSV(B)92.82º53.42%85.88%-
XYZ41.2558.5921.71-
YUV186.5380.3105.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.56%
GREEN value IS 219 (85.94% from 255) = 46.01%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=32.56%
G=46.01%
B=21.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191020.2900.530.1492.8261.962.94
Hex9BDB661D035E5d3e3f
Octal23333314635065161357677
Binary1001101111011011110011011101011010111101011101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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