Html Css Color HEX #BCE310 Inch Worm

📋 copy color: '#BCE310'

red 188 ◦ green 227 ◦ blue 16

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

Shades of Inch Worm #BCE310

Tints of Inch Worm #BCE310

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.67%

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

R = 43.62%
G = 52.67%
B = 3.71%

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

#BCE310 (or 0xBCE310) is known color: Inch Worm. HEX triplet: BC, E3 and 10. RGB value is (188,227,16). Sum of RGB (Red+Green+Blue) = 188+227+16=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE310 is #431CEF. Grayscale: #C0C0C0. Windows color (decimal): -4398320 or 1106876. OLE color: 1106876.

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

Color convert

RGB 188 227 16 -
CMYK 0.17 0 0.93 0.11
HSL 71.09º 0.87% 0.48% -
HSV(B) 71.09º 0.93% 0.89% -
XYZ 48.3 65.67 10.62 -
YUV 191.29 29.08 125.66 -
System Red Green Blue C M Y K H S L
Decimal 188 227 16 0.17 0 0.93 0.11 71.09 0.87 0.48
Hex BC E3 10 11 0 5D B 47 57 30
Octal 274 343 20 21 0 135 13 107 127 60
Binary 10111100 11100011 10000 10001 0 1011101 1011 1000111 1010111 110000

Color Harmonies of #BCE310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE310

Black with #BCE310

Text Example


Text Example

White with #BCE310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE310; }

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

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

background-color css

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

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

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

border-color css

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

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

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