Html Css Color HEX #BCF019 Inch Worm

📋 copy color: '#BCF019'

red 188 ◦ green 240 ◦ blue 25

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

Shades of Inch Worm #BCF019

Tints of Inch Worm #BCF019

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.98%

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

R = 41.5%
G = 52.98%
B = 5.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#BCF019 (or 0xBCF019) is known color: Inch Worm. HEX triplet: BC, F0 and 19. RGB value is (188,240,25). Sum of RGB (Red+Green+Blue) = 188+240+25=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 25 (10.16% from 255 or 5.52% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF019 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF019 is #430FE6. Grayscale: #C8C8C8. Windows color (decimal): -4394983 or 1700028. OLE color: 1700028.

HSL color Cylindrical-coordinate representation of color #BCF019: hue angle of 74.51º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCF019 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 25 -
CMYK 0.22 0 0.90 0.06
HSL 74.51º 0.88% 0.52% -
HSV(B) 74.51º 0.9% 0.94% -
XYZ 52.07 73.08 12.28 -
YUV 199.94 29.27 119.48 -
System Red Green Blue C M Y K H S L
Decimal 188 240 25 0.22 0 0.90 0.06 74.51 0.88 0.52
Hex BC F0 19 16 0 5A 6 4B 58 34
Octal 274 360 31 26 0 132 6 113 130 64
Binary 10111100 11110000 11001 10110 0 1011010 110 1001011 1011000 110100

Color Harmonies of #BCF019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF019

Black with #BCF019

Text Example


Text Example

White with #BCF019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF019; }

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

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

background-color css

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

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

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

border-color css

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

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

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