Html Css Color HEX #BCE520 Inch Worm

📋 copy color: '#BCE520'

red 188 ◦ green 229 ◦ blue 32

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

Shades of Inch Worm #BCE520

Tints of Inch Worm #BCE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51%

 BLUE value IS 32 (12.89% from 255) = 7.13%

R = 41.87%
G = 51%
B = 7.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#BCE520 (or 0xBCE520) is known color: Inch Worm. HEX triplet: BC, E5 and 20. RGB value is (188,229,32). Sum of RGB (Red+Green+Blue) = 188+229+32=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE520 is #431ADF. Grayscale: #C3C3C3. Windows color (decimal): -4397792 or 2155964. OLE color: 2155964.

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

Color convert

RGB 188 229 32 -
CMYK 0.18 0 0.86 0.10
HSL 72.49º 0.79% 0.51% -
HSV(B) 72.49º 0.86% 0.9% -
XYZ 49.02 66.83 11.68 -
YUV 194.28 36.42 123.52 -
System Red Green Blue C M Y K H S L
Decimal 188 229 32 0.18 0 0.86 0.10 72.49 0.79 0.51
Hex BC E5 20 12 0 56 A 48 4F 33
Octal 274 345 40 22 0 126 12 110 117 63
Binary 10111100 11100101 100000 10010 0 1010110 1010 1001000 1001111 110011

Color Harmonies of #BCE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE520

Black with #BCE520

Text Example


Text Example

White with #BCE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE520; }

 p { color: rgb(188,229,32); }

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

background-color css

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

 a { background-color: rgb(188,229,32); }

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

border-color css

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

 span { border-color: rgb(188,229,32); }

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