Html Css Color HEX #BCF520 Inch Worm

📋 copy color: '#BCF520'

red 188 ◦ green 245 ◦ blue 32

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

Shades of Inch Worm #BCF520

Tints of Inch Worm #BCF520

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.69%

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

R = 40.43%
G = 52.69%
B = 6.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#BCF520 (or 0xBCF520) is known color: Inch Worm. HEX triplet: BC, F5 and 20. RGB value is (188,245,32). Sum of RGB (Red+Green+Blue) = 188+245+32=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF520 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF520 is #430ADF. Grayscale: #CCCCCC. Windows color (decimal): -4393696 or 2160060. OLE color: 2160060.

HSL color Cylindrical-coordinate representation of color #BCF520: hue angle of 76.06º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCF520 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 32 -
CMYK 0.23 0 0.87 0.04
HSL 76.06º 0.91% 0.54% -
HSV(B) 76.06º 0.87% 0.96% -
XYZ 53.65 76.1 13.23 -
YUV 203.68 31.12 116.82 -
System Red Green Blue C M Y K H S L
Decimal 188 245 32 0.23 0 0.87 0.04 76.06 0.91 0.54
Hex BC F5 20 17 0 57 4 4C 5B 36
Octal 274 365 40 27 0 127 4 114 133 66
Binary 10111100 11110101 100000 10111 0 1010111 100 1001100 1011011 110110

Color Harmonies of #BCF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF520

Black with #BCF520

Text Example


Text Example

White with #BCF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF520; }

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

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

background-color css

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

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

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

border-color css

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

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

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