Html Css Color HEX #BCE304 Inch Worm

📋 copy color: '#BCE304'

red 188 ◦ green 227 ◦ blue 4

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

Shades of Inch Worm #BCE304

Tints of Inch Worm #BCE304

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.18%

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

R = 44.87%
G = 54.18%
B = 0.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#BCE304 (or 0xBCE304) is known color: Inch Worm. HEX triplet: BC, E3 and 04. RGB value is (188,227,4). Sum of RGB (Red+Green+Blue) = 188+227+4=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE304 is #431CFB. Grayscale: #BEBEBE. Windows color (decimal): -4398332 or 320444. OLE color: 320444.

HSL color Cylindrical-coordinate representation of color #BCE304: hue angle of 70.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCE304 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 4 -
CMYK 0.17 0 0.98 0.11
HSL 70.49º 0.97% 0.45% -
HSV(B) 70.49º 0.98% 0.89% -
XYZ 48.23 65.64 10.24 -
YUV 189.92 23.08 126.63 -
System Red Green Blue C M Y K H S L
Decimal 188 227 4 0.17 0 0.98 0.11 70.49 0.97 0.45
Hex BC E3 4 11 0 62 B 46 61 2D
Octal 274 343 4 21 0 142 13 106 141 55
Binary 10111100 11100011 100 10001 0 1100010 1011 1000110 1100001 101101

Color Harmonies of #BCE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE304

Black with #BCE304

Text Example


Text Example

White with #BCE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE304; }

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

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

background-color css

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

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

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

border-color css

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

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

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