Html Css Color HEX #BCE610 Inch Worm

📋 copy color: '#BCE610'

red 188 ◦ green 230 ◦ blue 16

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

Shades of Inch Worm #BCE610

Tints of Inch Worm #BCE610

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53%

 BLUE value IS 16 (6.64% from 255) = 3.69%

R = 43.32%
G = 53%
B = 3.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#BCE610 (or 0xBCE610) is known color: Inch Worm. HEX triplet: BC, E6 and 10. RGB value is (188,230,16). Sum of RGB (Red+Green+Blue) = 188+230+16=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE610 is #4319EF. Grayscale: #C1C1C1. Windows color (decimal): -4397552 or 1107644. OLE color: 1107644.

HSL color Cylindrical-coordinate representation of color #BCE610: hue angle of 71.78º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCE610 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 16 -
CMYK 0.18 0 0.93 0.10
HSL 71.78º 0.87% 0.48% -
HSV(B) 71.78º 0.93% 0.9% -
XYZ 49.13 67.32 10.9 -
YUV 193.05 28.09 124.4 -
System Red Green Blue C M Y K H S L
Decimal 188 230 16 0.18 0 0.93 0.10 71.78 0.87 0.48
Hex BC E6 10 12 0 5D A 48 57 30
Octal 274 346 20 22 0 135 12 110 127 60
Binary 10111100 11100110 10000 10010 0 1011101 1010 1001000 1010111 110000

Color Harmonies of #BCE610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE610

Black with #BCE610

Text Example


Text Example

White with #BCE610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE610; }

 p { color: rgb(188,230,16); }

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

background-color css

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

 a { background-color: rgb(188,230,16); }

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

border-color css

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

 span { border-color: rgb(188,230,16); }

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