Html Css Color HEX #BCE406 Inch Worm

📋 copy color: '#BCE406'

red 188 ◦ green 228 ◦ blue 6

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

Shades of Inch Worm #BCE406

Tints of Inch Worm #BCE406

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.03%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 44.55%
G = 54.03%
B = 1.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#BCE406 (or 0xBCE406) is known color: Inch Worm. HEX triplet: BC, E4 and 06. RGB value is (188,228,6). Sum of RGB (Red+Green+Blue) = 188+228+6=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE406 is #431BF9. Grayscale: #BFBFBF. Windows color (decimal): -4398074 or 451772. OLE color: 451772.

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

Color convert

RGB 188 228 6 -
CMYK 0.18 0 0.97 0.11
HSL 70.81º 0.95% 0.46% -
HSV(B) 70.81º 0.97% 0.89% -
XYZ 48.52 66.19 10.39 -
YUV 190.73 23.75 126.05 -
System Red Green Blue C M Y K H S L
Decimal 188 228 6 0.18 0 0.97 0.11 70.81 0.95 0.46
Hex BC E4 6 12 0 61 B 47 5F 2E
Octal 274 344 6 22 0 141 13 107 137 56
Binary 10111100 11100100 110 10010 0 1100001 1011 1000111 1011111 101110

Color Harmonies of #BCE406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE406

Black with #BCE406

Text Example


Text Example

White with #BCE406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE406; }

 p { color: rgb(188,228,6); }

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

background-color css

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

 a { background-color: rgb(188,228,6); }

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

border-color css

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

 span { border-color: rgb(188,228,6); }

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