Html Css Color HEX #BCE210 Inch Worm

📋 copy color: '#BCE210'

red 188 ◦ green 226 ◦ blue 16

#BCE210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BCE210

Tints of Inch Worm #BCE210

RGB

 RED value IS 188 (73.83% from 255) = 43.72%

 GREEN value IS 226 (88.67% from 255) = 52.56%

 BLUE value IS 16 (6.64% from 255) = 3.72%

R = 43.72%
G = 52.56%
B = 3.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#BCE210 (or 0xBCE210) is known color: Inch Worm. HEX triplet: BC, E2 and 10. RGB value is (188,226,16). Sum of RGB (Red+Green+Blue) = 188+226+16=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE210 is #431DEF. Grayscale: #BFBFBF. Windows color (decimal): -4398576 or 1106620. OLE color: 1106620.

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

Color convert

RGB 188 226 16 -
CMYK 0.17 0 0.93 0.11
HSL 70.86º 0.87% 0.47% -
HSV(B) 70.86º 0.93% 0.89% -
XYZ 48.03 65.12 10.53 -
YUV 190.7 29.41 126.08 -
System Red Green Blue C M Y K H S L
Decimal 188 226 16 0.17 0 0.93 0.11 70.86 0.87 0.47
Hex BC E2 10 11 0 5D B 47 57 2F
Octal 274 342 20 21 0 135 13 107 127 57
Binary 10111100 11100010 10000 10001 0 1011101 1011 1000111 1010111 101111

Color Harmonies of #BCE210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE210

Black with #BCE210

Text Example


Text Example

White with #BCE210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE210; }

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

 H1.HeaderClassName
 {
   color: #BCE210;
 }
 .AnyTagClassName
 {
   color: #BCE210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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