Html Css Color HEX #BCEA04 Inch Worm

📋 copy color: '#BCEA04'

red 188 ◦ green 234 ◦ blue 4

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

Shades of Inch Worm #BCEA04

Tints of Inch Worm #BCEA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.93%

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

R = 44.13%
G = 54.93%
B = 0.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#BCEA04 (or 0xBCEA04) is known color: Inch Worm. HEX triplet: BC, EA and 04. RGB value is (188,234,4). Sum of RGB (Red+Green+Blue) = 188+234+4=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEA04 is #4315FB. Grayscale: #C2C2C2. Windows color (decimal): -4396540 or 322236. OLE color: 322236.

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

Color convert

RGB 188 234 4 -
CMYK 0.20 0 0.98 0.08
HSL 72º 0.97% 0.47% -
HSV(B) 72º 0.98% 0.92% -
XYZ 50.18 69.55 10.89 -
YUV 194.03 20.76 123.7 -
System Red Green Blue C M Y K H S L
Decimal 188 234 4 0.20 0 0.98 0.08 72 0.97 0.47
Hex BC EA 4 14 0 62 8 48 61 2F
Octal 274 352 4 24 0 142 10 110 141 57
Binary 10111100 11101010 100 10100 0 1100010 1000 1001000 1100001 101111

Color Harmonies of #BCEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA04

Black with #BCEA04

Text Example


Text Example

White with #BCEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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