Html Css Color HEX #BCE31F Inch Worm

📋 copy color: '#BCE31F'

red 188 ◦ green 227 ◦ blue 31

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

Shades of Inch Worm #BCE31F

Tints of Inch Worm #BCE31F

RGB

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

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

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

R = 42.15%
G = 50.9%
B = 6.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BCE31F (or 0xBCE31F) is known color: Inch Worm. HEX triplet: BC, E3 and 1F. RGB value is (188,227,31). Sum of RGB (Red+Green+Blue) = 188+227+31=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE31F is #431CE0. Grayscale: #C1C1C1. Windows color (decimal): -4398305 or 2089916. OLE color: 2089916.

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

Color convert

RGB 188 227 31 -
CMYK 0.17 0 0.86 0.11
HSL 71.94º 0.78% 0.51% -
HSV(B) 71.94º 0.86% 0.89% -
XYZ 48.46 65.73 11.43 -
YUV 193 36.58 124.44 -
System Red Green Blue C M Y K H S L
Decimal 188 227 31 0.17 0 0.86 0.11 71.94 0.78 0.51
Hex BC E3 1F 11 0 56 B 48 4E 33
Octal 274 343 37 21 0 126 13 110 116 63
Binary 10111100 11100011 11111 10001 0 1010110 1011 1001000 1001110 110011

Color Harmonies of #BCE31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE31F

Black with #BCE31F

Text Example


Text Example

White with #BCE31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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