#BCE217

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

Shades of Inch Worm #BCE217

Tints of Inch Worm #BCE217

Color information

#BCE217 (or 0xBCE217) is unknown color: approx Inch Worm. HEX triplet: BC, E2 and 17. RGB value is (188,226,23). Sum of RGB (Red+Green+Blue) = 188+226+23=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE217 is #431DE8. Grayscale: #C0C0C0. Windows color (decimal): -4398569 or 1565372. OLE color: 1565372.

HSL color Cylindrical-coordinate representation of color #BCE217: hue angle of 71.23º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCE217 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB18822623-
CMYK0.1700.900.11
HSL71.23º81.53%48.82%-
HSV(B)71.23º89.82%88.63%-
XYZ48.0965.1510.85-
YUV191.532.91125.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 226 (88.67% from 255) = 51.72%
BLUE value IS 23 (9.38% from 255) = 5.26%
R=43.02%
G=51.72%
B=5.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188226230.1700.900.1171.2381.5348.82
HexBCE2171105AB475231
Octal274342272101321310712261
Binary1011110011100010101111000101011010101110001111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE217; }

 p { color: rgb(188,226,23); }

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

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

 a { background-color: rgb(188,226,23); }

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

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

 span { border-color: rgb(188,226,23); }

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