Html Css Color HEX #BCE413 Inch Worm

📋 copy color: '#BCE413'

red 188 ◦ green 228 ◦ blue 19

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

Shades of Inch Worm #BCE413

Tints of Inch Worm #BCE413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.37%

R = 43.22%
G = 52.41%
B = 4.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#BCE413 (or 0xBCE413) is known color: Inch Worm. HEX triplet: BC, E4 and 13. RGB value is (188,228,19). Sum of RGB (Red+Green+Blue) = 188+228+19=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE413 is #431BEC. Grayscale: #C1C1C1. Windows color (decimal): -4398061 or 1303740. OLE color: 1303740.

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

Color convert

RGB 188 228 19 -
CMYK 0.18 0 0.92 0.11
HSL 71.48º 0.85% 0.48% -
HSV(B) 71.48º 0.92% 0.89% -
XYZ 48.6 66.23 10.84 -
YUV 192.21 30.25 124.99 -
System Red Green Blue C M Y K H S L
Decimal 188 228 19 0.18 0 0.92 0.11 71.48 0.85 0.48
Hex BC E4 13 12 0 5C B 47 55 30
Octal 274 344 23 22 0 134 13 107 125 60
Binary 10111100 11100100 10011 10010 0 1011100 1011 1000111 1010101 110000

Color Harmonies of #BCE413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE413

Black with #BCE413

Text Example


Text Example

White with #BCE413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE413; }

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

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

background-color css

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

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

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

border-color css

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

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

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