Html Css Color HEX #BCE314 Inch Worm

📋 copy color: '#BCE314'

red 188 ◦ green 227 ◦ blue 20

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

Shades of Inch Worm #BCE314

Tints of Inch Worm #BCE314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.6%

R = 43.22%
G = 52.18%
B = 4.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#BCE314 (or 0xBCE314) is known color: Inch Worm. HEX triplet: BC, E3 and 14. RGB value is (188,227,20). Sum of RGB (Red+Green+Blue) = 188+227+20=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE314 is #431CEB. Grayscale: #C0C0C0. Windows color (decimal): -4398316 or 1369020. OLE color: 1369020.

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

Color convert

RGB 188 227 20 -
CMYK 0.17 0 0.91 0.11
HSL 71.3º 0.84% 0.48% -
HSV(B) 71.3º 0.91% 0.89% -
XYZ 48.33 65.68 10.79 -
YUV 191.74 31.08 125.33 -
System Red Green Blue C M Y K H S L
Decimal 188 227 20 0.17 0 0.91 0.11 71.3 0.84 0.48
Hex BC E3 14 11 0 5B B 47 54 30
Octal 274 343 24 21 0 133 13 107 124 60
Binary 10111100 11100011 10100 10001 0 1011011 1011 1000111 1010100 110000

Color Harmonies of #BCE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE314

Black with #BCE314

Text Example


Text Example

White with #BCE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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