Html Css Color HEX #BCE61F Inch Worm

📋 copy color: '#BCE61F'

red 188 ◦ green 230 ◦ blue 31

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

Shades of Inch Worm #BCE61F

Tints of Inch Worm #BCE61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.9%

R = 41.87%
G = 51.22%
B = 6.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#BCE61F (or 0xBCE61F) is known color: Inch Worm. HEX triplet: BC, E6 and 1F. RGB value is (188,230,31). Sum of RGB (Red+Green+Blue) = 188+230+31=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE61F is #4319E0. Grayscale: #C3C3C3. Windows color (decimal): -4397537 or 2090684. OLE color: 2090684.

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

Color convert

RGB 188 230 31 -
CMYK 0.18 0 0.87 0.10
HSL 72.66º 0.8% 0.51% -
HSV(B) 72.66º 0.87% 0.9% -
XYZ 49.28 67.38 11.71 -
YUV 194.76 35.59 123.18 -
System Red Green Blue C M Y K H S L
Decimal 188 230 31 0.18 0 0.87 0.10 72.66 0.8 0.51
Hex BC E6 1F 12 0 57 A 49 50 33
Octal 274 346 37 22 0 127 12 111 120 63
Binary 10111100 11100110 11111 10010 0 1010111 1010 1001001 1010000 110011

Color Harmonies of #BCE61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE61F

Black with #BCE61F

Text Example


Text Example

White with #BCE61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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