Html Css Color HEX #BCEB15 Inch Worm

📋 copy color: '#BCEB15'

red 188 ◦ green 235 ◦ blue 21

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

Shades of Inch Worm #BCEB15

Tints of Inch Worm #BCEB15

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.93%

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

R = 42.34%
G = 52.93%
B = 4.73%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#BCEB15 (or 0xBCEB15) is known color: Inch Worm. HEX triplet: BC, EB and 15. RGB value is (188,235,21). Sum of RGB (Red+Green+Blue) = 188+235+21=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEB15 is #4314EA. Grayscale: #C5C5C5. Windows color (decimal): -4396267 or 1436604. OLE color: 1436604.

HSL color Cylindrical-coordinate representation of color #BCEB15: hue angle of 73.18º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCEB15 is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 21 -
CMYK 0.2 0 0.91 0.08
HSL 73.18º 0.84% 0.5% -
HSV(B) 73.18º 0.91% 0.92% -
XYZ 50.58 70.16 11.59 -
YUV 196.55 28.93 121.9 -
System Red Green Blue C M Y K H S L
Decimal 188 235 21 0.2 0 0.91 0.08 73.18 0.84 0.5
Hex BC EB 15 14 0 5B 8 49 54 32
Octal 274 353 25 24 0 133 10 111 124 62
Binary 10111100 11101011 10101 10100 0 1011011 1000 1001001 1010100 110010

Color Harmonies of #BCEB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB15

Black with #BCEB15

Text Example


Text Example

White with #BCEB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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