#BCDD13

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

Shades of Inch Worm #BCDD13

Tints of Inch Worm #BCDD13

Color information

#BCDD13 (or 0xBCDD13) is unknown color: approx Inch Worm. HEX triplet: BC, DD and 13. RGB value is (188,221,19). Sum of RGB (Red+Green+Blue) = 188+221+19=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 19 (7.81% from 255 or 4.44% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD13 is #4322EC. Grayscale: #BCBCBC. Windows color (decimal): -4399853 or 1301948. OLE color: 1301948.

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

Color convert

RGB18822119-
CMYK0.1500.910.13
HSL69.8º84.17%47.06%-
HSV(B)69.8º91.4%86.67%-
XYZ46.7162.4510.21-
YUV188.132.57127.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 221 (86.72% from 255) = 51.64%
BLUE value IS 19 (7.81% from 255) = 4.44%
R=43.93%
G=51.64%
B=4.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188221190.1500.910.1369.884.1747.06
HexBCDD13F05BD46542f
Octal274335231701331510612457
Binary101111001101110110011111101011011110110001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD13; }

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

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

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

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

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

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

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

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