#BCE910

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

Shades of Inch Worm #BCE910

Tints of Inch Worm #BCE910

Color information

#BCE910 (or 0xBCE910) is unknown color: approx Inch Worm. HEX triplet: BC, E9 and 10. RGB value is (188,233,16). Sum of RGB (Red+Green+Blue) = 188+233+16=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 233 (91.41% from 255 or 53.32% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE910 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE910 is #4316EF. Grayscale: #C3C3C3. Windows color (decimal): -4396784 or 1108412. OLE color: 1108412.

HSL color Cylindrical-coordinate representation of color #BCE910: hue angle of 72.44º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCE910 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB18823316-
CMYK0.1900.930.09
HSL72.44º87.15%48.82%-
HSV(B)72.44º93.13%91.37%-
XYZ49.9769.0111.18-
YUV194.8127.09123.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 233 (91.41% from 255) = 53.32%
BLUE value IS 16 (6.64% from 255) = 3.66%
R=43.02%
G=53.32%
B=3.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188233160.1900.930.0972.4487.1548.82
HexBCE9101305D9485731
Octal274351202301351111012761
Binary1011110011101001100001001101011101100110010001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE910; }

 p { color: rgb(188,233,16); }

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

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

 a { background-color: rgb(188,233,16); }

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

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

 span { border-color: rgb(188,233,16); }

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