Html Css Color HEX #BCE015 Inch Worm

📋 copy color: '#BCE015'

red 188 ◦ green 224 ◦ blue 21

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

Shades of Inch Worm #BCE015

Tints of Inch Worm #BCE015

RGB

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

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

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

R = 43.42%
G = 51.73%
B = 4.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#BCE015 (or 0xBCE015) is known color: Inch Worm. HEX triplet: BC, E0 and 15. RGB value is (188,224,21). Sum of RGB (Red+Green+Blue) = 188+224+21=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE015 is #431FEA. Grayscale: #BEBEBE. Windows color (decimal): -4399083 or 1433788. OLE color: 1433788.

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

Color convert

RGB 188 224 21 -
CMYK 0.16 0 0.91 0.12
HSL 70.64º 0.83% 0.48% -
HSV(B) 70.64º 0.91% 0.88% -
XYZ 47.53 64.06 10.57 -
YUV 190.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 188 224 21 0.16 0 0.91 0.12 70.64 0.83 0.48
Hex BC E0 15 10 0 5B C 47 53 30
Octal 274 340 25 20 0 133 14 107 123 60
Binary 10111100 11100000 10101 10000 0 1011011 1100 1000111 1010011 110000

Color Harmonies of #BCE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE015

Black with #BCE015

Text Example


Text Example

White with #BCE015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE015; }

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

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

background-color css

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

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

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

border-color css

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

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

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