Html Css Color HEX #BCED15 Inch Worm

📋 copy color: '#BCED15'

red 188 ◦ green 237 ◦ blue 21

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

Shades of Inch Worm #BCED15

Tints of Inch Worm #BCED15

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.14%

 BLUE value IS 21 (8.59% from 255) = 4.71%

R = 42.15%
G = 53.14%
B = 4.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#BCED15 (or 0xBCED15) is known color: Inch Worm. HEX triplet: BC, ED and 15. RGB value is (188,237,21). Sum of RGB (Red+Green+Blue) = 188+237+21=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 237 (92.97% from 255 or 53.14% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED15 is #4312EA. Grayscale: #C6C6C6. Windows color (decimal): -4395755 or 1437116. OLE color: 1437116.

HSL color Cylindrical-coordinate representation of color #BCED15: hue angle of 73.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCED15 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 21 -
CMYK 0.21 0 0.91 0.07
HSL 73.61º 0.86% 0.51% -
HSV(B) 73.61º 0.91% 0.93% -
XYZ 51.16 71.31 11.78 -
YUV 197.73 28.27 121.06 -
System Red Green Blue C M Y K H S L
Decimal 188 237 21 0.21 0 0.91 0.07 73.61 0.86 0.51
Hex BC ED 15 15 0 5B 7 4A 56 33
Octal 274 355 25 25 0 133 7 112 126 63
Binary 10111100 11101101 10101 10101 0 1011011 111 1001010 1010110 110011

Color Harmonies of #BCED15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED15

Black with #BCED15

Text Example


Text Example

White with #BCED15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED15; }

 p { color: rgb(188,237,21); }

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

background-color css

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

 a { background-color: rgb(188,237,21); }

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

border-color css

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

 span { border-color: rgb(188,237,21); }

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