Html Css Color HEX #BCF11A Inch Worm

📋 copy color: '#BCF11A'

red 188 ◦ green 241 ◦ blue 26

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

Shades of Inch Worm #BCF11A

Tints of Inch Worm #BCF11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.71%

R = 41.32%
G = 52.97%
B = 5.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#BCF11A (or 0xBCF11A) is known color: Inch Worm. HEX triplet: BC, F1 and 1A. RGB value is (188,241,26). Sum of RGB (Red+Green+Blue) = 188+241+26=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF11A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF11A is #430EE5. Grayscale: #C9C9C9. Windows color (decimal): -4394726 or 1765820. OLE color: 1765820.

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

Color convert

RGB 188 241 26 -
CMYK 0.22 0 0.89 0.05
HSL 74.79º 0.88% 0.52% -
HSV(B) 74.79º 0.89% 0.95% -
XYZ 52.38 73.68 12.44 -
YUV 200.64 29.44 118.98 -
System Red Green Blue C M Y K H S L
Decimal 188 241 26 0.22 0 0.89 0.05 74.79 0.88 0.52
Hex BC F1 1A 16 0 59 5 4B 58 34
Octal 274 361 32 26 0 131 5 113 130 64
Binary 10111100 11110001 11010 10110 0 1011001 101 1001011 1011000 110100

Color Harmonies of #BCF11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF11A

Black with #BCF11A

Text Example


Text Example

White with #BCF11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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