Html Css Color HEX #BCE205 Inch Worm

📋 copy color: '#BCE205'

red 188 ◦ green 226 ◦ blue 5

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

Shades of Inch Worm #BCE205

Tints of Inch Worm #BCE205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 44.87%
G = 53.94%
B = 1.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#BCE205 (or 0xBCE205) is known color: Inch Worm. HEX triplet: BC, E2 and 05. RGB value is (188,226,5). Sum of RGB (Red+Green+Blue) = 188+226+5=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE205 is #431DFA. Grayscale: #BEBEBE. Windows color (decimal): -4398587 or 385724. OLE color: 385724.

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

Color convert

RGB 188 226 5 -
CMYK 0.17 0 0.98 0.11
HSL 70.32º 0.96% 0.45% -
HSV(B) 70.32º 0.98% 0.89% -
XYZ 47.96 65.1 10.18 -
YUV 189.44 23.91 126.97 -
System Red Green Blue C M Y K H S L
Decimal 188 226 5 0.17 0 0.98 0.11 70.32 0.96 0.45
Hex BC E2 5 11 0 62 B 46 60 2D
Octal 274 342 5 21 0 142 13 106 140 55
Binary 10111100 11100010 101 10001 0 1100010 1011 1000110 1100000 101101

Color Harmonies of #BCE205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE205

Black with #BCE205

Text Example


Text Example

White with #BCE205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE205; }

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

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

background-color css

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

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

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

border-color css

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

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

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