Html Css Color HEX #BCF00A Inch Worm

📋 copy color: '#BCF00A'

red 188 ◦ green 240 ◦ blue 10

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

Shades of Inch Worm #BCF00A

Tints of Inch Worm #BCF00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.28%

R = 42.92%
G = 54.79%
B = 2.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#BCF00A (or 0xBCF00A) is known color: Inch Worm. HEX triplet: BC, F0 and 0A. RGB value is (188,240,10). Sum of RGB (Red+Green+Blue) = 188+240+10=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF00A is #430FF5. Grayscale: #C7C7C7. Windows color (decimal): -4394998 or 716988. OLE color: 716988.

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

Color convert

RGB 188 240 10 -
CMYK 0.22 0 0.96 0.06
HSL 73.57º 0.92% 0.49% -
HSV(B) 73.57º 0.96% 0.94% -
XYZ 51.95 73.03 11.65 -
YUV 198.23 21.77 120.7 -
System Red Green Blue C M Y K H S L
Decimal 188 240 10 0.22 0 0.96 0.06 73.57 0.92 0.49
Hex BC F0 A 16 0 60 6 4A 5C 31
Octal 274 360 12 26 0 140 6 112 134 61
Binary 10111100 11110000 1010 10110 0 1100000 110 1001010 1011100 110001

Color Harmonies of #BCF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF00A

Black with #BCF00A

Text Example


Text Example

White with #BCF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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