Html Css Color HEX #BCF918 Inch Worm

📋 copy color: '#BCF918'

red 188 ◦ green 249 ◦ blue 24

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

Shades of Inch Worm #BCF918

Tints of Inch Worm #BCF918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.01%

 BLUE value IS 24 (9.77% from 255) = 5.21%

R = 40.78%
G = 54.01%
B = 5.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#BCF918 (or 0xBCF918) is known color: Inch Worm. HEX triplet: BC, F9 and 18. RGB value is (188,249,24). Sum of RGB (Red+Green+Blue) = 188+249+24=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 24 (9.77% from 255 or 5.21% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF918 is #4306E7. Grayscale: #CDCDCD. Windows color (decimal): -4392680 or 1636796. OLE color: 1636796.

HSL color Cylindrical-coordinate representation of color #BCF918: hue angle of 76.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCF918 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 24 -
CMYK 0.24 0 0.90 0.02
HSL 76.27º 0.95% 0.54% -
HSV(B) 76.27º 0.9% 0.98% -
XYZ 54.78 78.51 13.13 -
YUV 205.11 25.79 115.8 -
System Red Green Blue C M Y K H S L
Decimal 188 249 24 0.24 0 0.90 0.02 76.27 0.95 0.54
Hex BC F9 18 18 0 5A 2 4C 5F 36
Octal 274 371 30 30 0 132 2 114 137 66
Binary 10111100 11111001 11000 11000 0 1011010 10 1001100 1011111 110110

Color Harmonies of #BCF918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF918

Black with #BCF918

Text Example


Text Example

White with #BCF918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF918; }

 p { color: rgb(188,249,24); }

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

background-color css

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

 a { background-color: rgb(188,249,24); }

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

border-color css

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

 span { border-color: rgb(188,249,24); }

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