Html Css Color HEX #BCED16 Inch Worm

📋 copy color: '#BCED16'

red 188 ◦ green 237 ◦ blue 22

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

Shades of Inch Worm #BCED16

Tints of Inch Worm #BCED16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.92%

R = 42.06%
G = 53.02%
B = 4.92%

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

#BCED16 (or 0xBCED16) is known color: Inch Worm. HEX triplet: BC, ED and 16. RGB value is (188,237,22). Sum of RGB (Red+Green+Blue) = 188+237+22=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED16 is #4312E9. Grayscale: #C6C6C6. Windows color (decimal): -4395754 or 1502652. OLE color: 1502652.

HSL color Cylindrical-coordinate representation of color #BCED16: hue angle of 73.67º 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 #BCED16 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 22 -
CMYK 0.21 0 0.91 0.07
HSL 73.67º 0.86% 0.51% -
HSV(B) 73.67º 0.91% 0.93% -
XYZ 51.17 71.32 11.83 -
YUV 197.84 28.77 120.98 -
System Red Green Blue C M Y K H S L
Decimal 188 237 22 0.21 0 0.91 0.07 73.67 0.86 0.51
Hex BC ED 16 15 0 5B 7 4A 56 33
Octal 274 355 26 25 0 133 7 112 126 63
Binary 10111100 11101101 10110 10101 0 1011011 111 1001010 1010110 110011

Color Harmonies of #BCED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED16

Black with #BCED16

Text Example


Text Example

White with #BCED16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED16; }

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

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

background-color css

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

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

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

border-color css

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

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

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