Html Css Color HEX #BCE016 Inch Worm

📋 copy color: '#BCE016'

red 188 ◦ green 224 ◦ blue 22

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

Shades of Inch Worm #BCE016

Tints of Inch Worm #BCE016

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.61%

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

R = 43.32%
G = 51.61%
B = 5.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#BCE016 (or 0xBCE016) is known color: Inch Worm. HEX triplet: BC, E0 and 16. RGB value is (188,224,22). Sum of RGB (Red+Green+Blue) = 188+224+22=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE016 is #431FE9. Grayscale: #BEBEBE. Windows color (decimal): -4399082 or 1499324. OLE color: 1499324.

HSL color Cylindrical-coordinate representation of color #BCE016: hue angle of 70.69º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCE016 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 22 -
CMYK 0.16 0 0.90 0.12
HSL 70.69º 0.82% 0.48% -
HSV(B) 70.69º 0.9% 0.88% -
XYZ 47.54 64.06 10.62 -
YUV 190.21 33.07 126.43 -
System Red Green Blue C M Y K H S L
Decimal 188 224 22 0.16 0 0.90 0.12 70.69 0.82 0.48
Hex BC E0 16 10 0 5A C 47 52 30
Octal 274 340 26 20 0 132 14 107 122 60
Binary 10111100 11100000 10110 10000 0 1011010 1100 1000111 1010010 110000

Color Harmonies of #BCE016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE016

Black with #BCE016

Text Example


Text Example

White with #BCE016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE016; }

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

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

background-color css

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

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

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

border-color css

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

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

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