Html Css Color HEX #BCE810 Inch Worm

📋 copy color: '#BCE810'

red 188 ◦ green 232 ◦ blue 16

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

Shades of Inch Worm #BCE810

Tints of Inch Worm #BCE810

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.21%

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

R = 43.12%
G = 53.21%
B = 3.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#BCE810 (or 0xBCE810) is known color: Inch Worm. HEX triplet: BC, E8 and 10. RGB value is (188,232,16). Sum of RGB (Red+Green+Blue) = 188+232+16=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE810 is #4317EF. Grayscale: #C3C3C3. Windows color (decimal): -4397040 or 1108156. OLE color: 1108156.

HSL color Cylindrical-coordinate representation of color #BCE810: hue angle of 72.22º 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 #BCE810 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 16 -
CMYK 0.19 0 0.93 0.09
HSL 72.22º 0.87% 0.49% -
HSV(B) 72.22º 0.93% 0.91% -
XYZ 49.69 68.44 11.08 -
YUV 194.22 27.42 123.56 -
System Red Green Blue C M Y K H S L
Decimal 188 232 16 0.19 0 0.93 0.09 72.22 0.87 0.49
Hex BC E8 10 13 0 5D 9 48 57 31
Octal 274 350 20 23 0 135 11 110 127 61
Binary 10111100 11101000 10000 10011 0 1011101 1001 1001000 1010111 110001

Color Harmonies of #BCE810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE810

Black with #BCE810

Text Example


Text Example

White with #BCE810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE810; }

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

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

background-color css

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

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

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

border-color css

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

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

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