Html Css Color HEX #BCEA03 Inch Worm

📋 copy color: '#BCEA03'

red 188 ◦ green 234 ◦ blue 3

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

Shades of Inch Worm #BCEA03

Tints of Inch Worm #BCEA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 44.24%
G = 55.06%
B = 0.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#BCEA03 (or 0xBCEA03) is known color: Inch Worm. HEX triplet: BC, EA and 03. RGB value is (188,234,3). Sum of RGB (Red+Green+Blue) = 188+234+3=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEA03 is #4315FC. Grayscale: #C2C2C2. Windows color (decimal): -4396541 or 256700. OLE color: 256700.

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

Color convert

RGB 188 234 3 -
CMYK 0.20 0 0.99 0.08
HSL 71.95º 0.97% 0.46% -
HSV(B) 71.95º 0.99% 0.92% -
XYZ 50.18 69.54 10.86 -
YUV 193.91 20.26 123.78 -
System Red Green Blue C M Y K H S L
Decimal 188 234 3 0.20 0 0.99 0.08 71.95 0.97 0.46
Hex BC EA 3 14 0 63 8 48 61 2E
Octal 274 352 3 24 0 143 10 110 141 56
Binary 10111100 11101010 11 10100 0 1100011 1000 1001000 1100001 101110

Color Harmonies of #BCEA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA03

Black with #BCEA03

Text Example


Text Example

White with #BCEA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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