Html Css Color HEX #BCE804 Inch Worm

📋 copy color: '#BCE804'

red 188 ◦ green 232 ◦ blue 4

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

Shades of Inch Worm #BCE804

Tints of Inch Worm #BCE804

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.72%

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

R = 44.34%
G = 54.72%
B = 0.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#BCE804 (or 0xBCE804) is known color: Inch Worm. HEX triplet: BC, E8 and 04. RGB value is (188,232,4). Sum of RGB (Red+Green+Blue) = 188+232+4=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE804 is #4317FB. Grayscale: #C1C1C1. Windows color (decimal): -4397052 or 321724. OLE color: 321724.

HSL color Cylindrical-coordinate representation of color #BCE804: hue angle of 71.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCE804 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 4 -
CMYK 0.19 0 0.98 0.09
HSL 71.58º 0.97% 0.46% -
HSV(B) 71.58º 0.98% 0.91% -
XYZ 49.62 68.41 10.7 -
YUV 192.85 21.42 124.54 -
System Red Green Blue C M Y K H S L
Decimal 188 232 4 0.19 0 0.98 0.09 71.58 0.97 0.46
Hex BC E8 4 13 0 62 9 48 61 2E
Octal 274 350 4 23 0 142 11 110 141 56
Binary 10111100 11101000 100 10011 0 1100010 1001 1001000 1100001 101110

Color Harmonies of #BCE804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE804

Black with #BCE804

Text Example


Text Example

White with #BCE804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE804; }

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

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

background-color css

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

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

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

border-color css

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

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

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