Html Css Color HEX #BCF020 Inch Worm

📋 copy color: '#BCF020'

red 188 ◦ green 240 ◦ blue 32

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

Shades of Inch Worm #BCF020

Tints of Inch Worm #BCF020

RGB

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

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

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

R = 40.87%
G = 52.17%
B = 6.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#BCF020 (or 0xBCF020) is known color: Inch Worm. HEX triplet: BC, F0 and 20. RGB value is (188,240,32). Sum of RGB (Red+Green+Blue) = 188+240+32=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF020 is #430FDF. Grayscale: #C9C9C9. Windows color (decimal): -4394976 or 2158780. OLE color: 2158780.

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

Color convert

RGB 188 240 32 -
CMYK 0.22 0 0.87 0.06
HSL 75º 0.87% 0.53% -
HSV(B) 75º 0.87% 0.94% -
XYZ 52.16 73.12 12.73 -
YUV 200.74 32.77 118.91 -
System Red Green Blue C M Y K H S L
Decimal 188 240 32 0.22 0 0.87 0.06 75 0.87 0.53
Hex BC F0 20 16 0 57 6 4B 57 35
Octal 274 360 40 26 0 127 6 113 127 65
Binary 10111100 11110000 100000 10110 0 1010111 110 1001011 1010111 110101

Color Harmonies of #BCF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF020

Black with #BCF020

Text Example


Text Example

White with #BCF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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