Html Css Color HEX #BCEC18 Inch Worm

📋 copy color: '#BCEC18'

red 188 ◦ green 236 ◦ blue 24

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

Shades of Inch Worm #BCEC18

Tints of Inch Worm #BCEC18

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.68%

 BLUE value IS 24 (9.77% from 255) = 5.36%

R = 41.96%
G = 52.68%
B = 5.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#BCEC18 (or 0xBCEC18) is known color: Inch Worm. HEX triplet: BC, EC and 18. RGB value is (188,236,24). Sum of RGB (Red+Green+Blue) = 188+236+24=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC18 is #4313E7. Grayscale: #C6C6C6. Windows color (decimal): -4396008 or 1633468. OLE color: 1633468.

HSL color Cylindrical-coordinate representation of color #BCEC18: hue angle of 73.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCEC18 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 24 -
CMYK 0.20 0 0.90 0.07
HSL 73.58º 0.85% 0.51% -
HSV(B) 73.58º 0.9% 0.93% -
XYZ 50.9 70.75 11.84 -
YUV 197.48 30.1 121.24 -
System Red Green Blue C M Y K H S L
Decimal 188 236 24 0.20 0 0.90 0.07 73.58 0.85 0.51
Hex BC EC 18 14 0 5A 7 4A 55 33
Octal 274 354 30 24 0 132 7 112 125 63
Binary 10111100 11101100 11000 10100 0 1011010 111 1001010 1010101 110011

Color Harmonies of #BCEC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC18

Black with #BCEC18

Text Example


Text Example

White with #BCEC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC18; }

 p { color: rgb(188,236,24); }

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

background-color css

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

 a { background-color: rgb(188,236,24); }

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

border-color css

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

 span { border-color: rgb(188,236,24); }

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