#BCF211

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

Shades of Inch Worm #BCF211

Tints of Inch Worm #BCF211

Color information

#BCF211 (or 0xBCF211) is unknown color: approx Inch Worm. HEX triplet: BC, F2 and 11. RGB value is (188,242,17). Sum of RGB (Red+Green+Blue) = 188+242+17=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF211 is #430DEE. Grayscale: #C9C9C9. Windows color (decimal): -4394479 or 1176252. OLE color: 1176252.

HSL color Cylindrical-coordinate representation of color #BCF211: hue angle of 74.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCF211 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB18824217-
CMYK0.2200.930.05
HSL74.4º89.64%50.78%-
HSV(B)74.4º92.98%94.9%-
XYZ52.5974.2412.09-
YUV200.224.61119.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 242 (94.92% from 255) = 54.14%
BLUE value IS 17 (7.03% from 255) = 3.80%
R=42.06%
G=54.14%
B=3.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188242170.2200.930.0574.489.6450.78
HexBCF2111605D54a5a33
Octal27436221260135511213263
Binary101111001111001010001101100101110110110010101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF211; }

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

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

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

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

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

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

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

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