#BCE320

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

Shades of Inch Worm #BCE320

Tints of Inch Worm #BCE320

Color information

#BCE320 (or 0xBCE320) is unknown color: approx Inch Worm. HEX triplet: BC, E3 and 20. RGB value is (188,227,32). Sum of RGB (Red+Green+Blue) = 188+227+32=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE320 is #431CDF. Grayscale: #C1C1C1. Windows color (decimal): -4398304 or 2155452. OLE color: 2155452.

HSL color Cylindrical-coordinate representation of color #BCE320: hue angle of 72º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCE320 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB18822732-
CMYK0.1700.860.11
HSL72º77.69%50.78%-
HSV(B)72º85.9%89.02%-
XYZ48.4765.7311.5-
YUV193.1137.08124.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 227 (89.06% from 255) = 50.78%
BLUE value IS 32 (12.89% from 255) = 7.16%
R=42.06%
G=50.78%
B=7.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188227320.1700.860.117277.6950.78
HexBCE32011056B484e33
Octal274343402101261311011663
Binary10111100111000111000001000101010110101110010001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE320; }

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

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

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

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

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

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

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

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