Html Css Color HEX #BCF10A Inch Worm

📋 copy color: '#BCF10A'

red 188 ◦ green 241 ◦ blue 10

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

Shades of Inch Worm #BCF10A

Tints of Inch Worm #BCF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.9%

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

R = 42.82%
G = 54.9%
B = 2.28%

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

#BCF10A (or 0xBCF10A) is known color: Inch Worm. HEX triplet: BC, F1 and 0A. RGB value is (188,241,10). Sum of RGB (Red+Green+Blue) = 188+241+10=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF10A is #430EF5. Grayscale: #C7C7C7. Windows color (decimal): -4394742 or 717244. OLE color: 717244.

HSL color Cylindrical-coordinate representation of color #BCF10A: hue angle of 73.77º 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 #BCF10A is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 10 -
CMYK 0.22 0 0.96 0.05
HSL 73.77º 0.92% 0.49% -
HSV(B) 73.77º 0.96% 0.95% -
XYZ 52.25 73.62 11.74 -
YUV 198.82 21.44 120.28 -
System Red Green Blue C M Y K H S L
Decimal 188 241 10 0.22 0 0.96 0.05 73.77 0.92 0.49
Hex BC F1 A 16 0 60 5 4A 5C 31
Octal 274 361 12 26 0 140 5 112 134 61
Binary 10111100 11110001 1010 10110 0 1100000 101 1001010 1011100 110001

Color Harmonies of #BCF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF10A

Black with #BCF10A

Text Example


Text Example

White with #BCF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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