Html Css Color HEX #BCF20A Inch Worm

📋 copy color: '#BCF20A'

red 188 ◦ green 242 ◦ blue 10

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

Shades of Inch Worm #BCF20A

Tints of Inch Worm #BCF20A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55%

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

R = 42.73%
G = 55%
B = 2.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#BCF20A (or 0xBCF20A) is known color: Inch Worm. HEX triplet: BC, F2 and 0A. RGB value is (188,242,10). Sum of RGB (Red+Green+Blue) = 188+242+10=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF20A is #430DF5. Grayscale: #C8C8C8. Windows color (decimal): -4394486 or 717500. OLE color: 717500.

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

Color convert

RGB 188 242 10 -
CMYK 0.22 0 0.96 0.05
HSL 73.97º 0.92% 0.49% -
HSV(B) 73.97º 0.96% 0.95% -
XYZ 52.55 74.22 11.84 -
YUV 199.41 21.11 119.86 -
System Red Green Blue C M Y K H S L
Decimal 188 242 10 0.22 0 0.96 0.05 73.97 0.92 0.49
Hex BC F2 A 16 0 60 5 4A 5C 31
Octal 274 362 12 26 0 140 5 112 134 61
Binary 10111100 11110010 1010 10110 0 1100000 101 1001010 1011100 110001

Color Harmonies of #BCF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF20A

Black with #BCF20A

Text Example


Text Example

White with #BCF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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