Html Css Color HEX #BCED11 Inch Worm

📋 copy color: '#BCED11'

red 188 ◦ green 237 ◦ blue 17

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

Shades of Inch Worm #BCED11

Tints of Inch Worm #BCED11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 42.53%
G = 53.62%
B = 3.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#BCED11 (or 0xBCED11) is known color: Inch Worm. HEX triplet: BC, ED and 11. RGB value is (188,237,17). Sum of RGB (Red+Green+Blue) = 188+237+17=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED11 is #4312EE. Grayscale: #C6C6C6. Windows color (decimal): -4395759 or 1174972. OLE color: 1174972.

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

Color convert

RGB 188 237 17 -
CMYK 0.21 0 0.93 0.07
HSL 73.36º 0.87% 0.5% -
HSV(B) 73.36º 0.93% 0.93% -
XYZ 51.12 71.3 11.6 -
YUV 197.27 26.27 121.39 -
System Red Green Blue C M Y K H S L
Decimal 188 237 17 0.21 0 0.93 0.07 73.36 0.87 0.5
Hex BC ED 11 15 0 5D 7 49 57 32
Octal 274 355 21 25 0 135 7 111 127 62
Binary 10111100 11101101 10001 10101 0 1011101 111 1001001 1010111 110010

Color Harmonies of #BCED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED11

Black with #BCED11

Text Example


Text Example

White with #BCED11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED11; }

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

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

background-color css

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

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

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

border-color css

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

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

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