#BCDD11

Color #BCDD11 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BCDD11

Tints of Inch Worm #BCDD11

Color information

#BCDD11 (or 0xBCDD11) is unknown color: approx Inch Worm. HEX triplet: BC, DD and 11. RGB value is (188,221,17). Sum of RGB (Red+Green+Blue) = 188+221+17=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD11 is #4322EE. Grayscale: #BCBCBC. Windows color (decimal): -4399855 or 1170876. OLE color: 1170876.

HSL color Cylindrical-coordinate representation of color #BCDD11: hue angle of 69.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCDD11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB18822117-
CMYK0.1500.920.13
HSL69.71º85.71%46.67%-
HSV(B)69.71º92.31%86.67%-
XYZ46.762.4410.12-
YUV187.8831.57128.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 221 (86.72% from 255) = 51.88%
BLUE value IS 17 (7.03% from 255) = 3.99%
R=44.13%
G=51.88%
B=3.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188221170.1500.920.1369.7185.7146.67
HexBCDD11F05CD46562f
Octal274335211701341510612657
Binary101111001101110110001111101011100110110001101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD11; }

 p { color: rgb(188,221,17); }

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

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

 a { background-color: rgb(188,221,17); }

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

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

 span { border-color: rgb(188,221,17); }

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