Html Css Color HEX #BCEB11 Inch Worm

📋 copy color: '#BCEB11'

red 188 ◦ green 235 ◦ blue 17

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

Shades of Inch Worm #BCEB11

Tints of Inch Worm #BCEB11

RGB

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

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

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

R = 42.73%
G = 53.41%
B = 3.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#BCEB11 (or 0xBCEB11) is known color: Inch Worm. HEX triplet: BC, EB and 11. RGB value is (188,235,17). Sum of RGB (Red+Green+Blue) = 188+235+17=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEB11 is #4314EE. Grayscale: #C4C4C4. Windows color (decimal): -4396271 or 1174460. OLE color: 1174460.

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

Color convert

RGB 188 235 17 -
CMYK 0.2 0 0.93 0.08
HSL 72.94º 0.87% 0.49% -
HSV(B) 72.94º 0.93% 0.92% -
XYZ 50.55 70.15 11.41 -
YUV 196.1 26.93 122.23 -
System Red Green Blue C M Y K H S L
Decimal 188 235 17 0.2 0 0.93 0.08 72.94 0.87 0.49
Hex BC EB 11 14 0 5D 8 49 57 31
Octal 274 353 21 24 0 135 10 111 127 61
Binary 10111100 11101011 10001 10100 0 1011101 1000 1001001 1010111 110001

Color Harmonies of #BCEB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB11

Black with #BCEB11

Text Example


Text Example

White with #BCEB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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