#BCE520

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

Shades of Inch Worm #BCE520

Tints of Inch Worm #BCE520

Color information

#BCE520 (or 0xBCE520) is unknown color: approx Inch Worm. HEX triplet: BC, E5 and 20. RGB value is (188,229,32). Sum of RGB (Red+Green+Blue) = 188+229+32=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE520 is #431ADF. Grayscale: #C3C3C3. Windows color (decimal): -4397792 or 2155964. OLE color: 2155964.

HSL color Cylindrical-coordinate representation of color #BCE520: hue angle of 72.49º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCE520 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB18822932-
CMYK0.1800.860.10
HSL72.49º79.12%51.18%-
HSV(B)72.49º86.03%89.8%-
XYZ49.0266.8311.68-
YUV194.2836.42123.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 229 (89.84% from 255) = 51.00%
BLUE value IS 32 (12.89% from 255) = 7.13%
R=41.87%
G=51.00%
B=7.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal188229320.1800.860.1072.4979.1251.18
HexBCE52012056A484f33
Octal274345402201261211011763
Binary10111100111001011000001001001010110101010010001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE520; }

 p { color: rgb(188,229,32); }

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

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

 a { background-color: rgb(188,229,32); }

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

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

 span { border-color: rgb(188,229,32); }

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