Html Css Color HEX #BCED19 Inch Worm

📋 copy color: '#BCED19'

red 188 ◦ green 237 ◦ blue 25

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

Shades of Inch Worm #BCED19

Tints of Inch Worm #BCED19

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.67%

 BLUE value IS 25 (10.16% from 255) = 5.56%

R = 41.78%
G = 52.67%
B = 5.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#BCED19 (or 0xBCED19) is known color: Inch Worm. HEX triplet: BC, ED and 19. RGB value is (188,237,25). Sum of RGB (Red+Green+Blue) = 188+237+25=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED19 is #4312E6. Grayscale: #C6C6C6. Windows color (decimal): -4395751 or 1699260. OLE color: 1699260.

HSL color Cylindrical-coordinate representation of color #BCED19: hue angle of 73.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCED19 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 25 -
CMYK 0.21 0 0.89 0.07
HSL 73.87º 0.85% 0.51% -
HSV(B) 73.87º 0.89% 0.93% -
XYZ 51.2 71.33 11.99 -
YUV 198.18 30.27 120.74 -
System Red Green Blue C M Y K H S L
Decimal 188 237 25 0.21 0 0.89 0.07 73.87 0.85 0.51
Hex BC ED 19 15 0 59 7 4A 55 33
Octal 274 355 31 25 0 131 7 112 125 63
Binary 10111100 11101101 11001 10101 0 1011001 111 1001010 1010101 110011

Color Harmonies of #BCED19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED19

Black with #BCED19

Text Example


Text Example

White with #BCED19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED19; }

 p { color: rgb(188,237,25); }

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

background-color css

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

 a { background-color: rgb(188,237,25); }

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

border-color css

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

 span { border-color: rgb(188,237,25); }

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