Html Css Color HEX #BCE103 Inch Worm

📋 copy color: '#BCE103'

red 188 ◦ green 225 ◦ blue 3

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

Shades of Inch Worm #BCE103

Tints of Inch Worm #BCE103

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.09%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 45.19%
G = 54.09%
B = 0.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#BCE103 (or 0xBCE103) is known color: Inch Worm. HEX triplet: BC, E1 and 03. RGB value is (188,225,3). Sum of RGB (Red+Green+Blue) = 188+225+3=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE103 is #431EFC. Grayscale: #BDBDBD. Windows color (decimal): -4398845 or 254396. OLE color: 254396.

HSL color Cylindrical-coordinate representation of color #BCE103: hue angle of 70º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCE103 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 3 -
CMYK 0.16 0 0.99 0.12
HSL 70º 0.97% 0.45% -
HSV(B) 70º 0.99% 0.88% -
XYZ 47.68 64.55 10.03 -
YUV 188.63 23.24 127.55 -
System Red Green Blue C M Y K H S L
Decimal 188 225 3 0.16 0 0.99 0.12 70 0.97 0.45
Hex BC E1 3 10 0 63 C 46 61 2D
Octal 274 341 3 20 0 143 14 106 141 55
Binary 10111100 11100001 11 10000 0 1100011 1100 1000110 1100001 101101

Color Harmonies of #BCE103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE103

Black with #BCE103

Text Example


Text Example

White with #BCE103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE103; }

 p { color: rgb(188,225,3); }

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

background-color css

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

 a { background-color: rgb(188,225,3); }

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

border-color css

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

 span { border-color: rgb(188,225,3); }

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