Html Css Color HEX #BCEC04 Inch Worm

📋 copy color: '#BCEC04'

red 188 ◦ green 236 ◦ blue 4

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

Shades of Inch Worm #BCEC04

Tints of Inch Worm #BCEC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 43.93%
G = 55.14%
B = 0.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#BCEC04 (or 0xBCEC04) is known color: Inch Worm. HEX triplet: BC, EC and 04. RGB value is (188,236,4). Sum of RGB (Red+Green+Blue) = 188+236+4=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC04 is #4313FB. Grayscale: #C4C4C4. Windows color (decimal): -4396028 or 322748. OLE color: 322748.

HSL color Cylindrical-coordinate representation of color #BCEC04: hue angle of 72.41º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCEC04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 4 -
CMYK 0.20 0 0.98 0.07
HSL 72.41º 0.97% 0.47% -
HSV(B) 72.41º 0.98% 0.93% -
XYZ 50.76 70.69 11.08 -
YUV 195.2 20.1 122.86 -
System Red Green Blue C M Y K H S L
Decimal 188 236 4 0.20 0 0.98 0.07 72.41 0.97 0.47
Hex BC EC 4 14 0 62 7 48 61 2F
Octal 274 354 4 24 0 142 7 110 141 57
Binary 10111100 11101100 100 10100 0 1100010 111 1001000 1100001 101111

Color Harmonies of #BCEC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC04

Black with #BCEC04

Text Example


Text Example

White with #BCEC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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