Html Css Color HEX #BCF21A Inch Worm

📋 copy color: '#BCF21A'

red 188 ◦ green 242 ◦ blue 26

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

Shades of Inch Worm #BCF21A

Tints of Inch Worm #BCF21A

RGB

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

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

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

R = 41.23%
G = 53.07%
B = 5.7%

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

#BCF21A (or 0xBCF21A) is known color: Inch Worm. HEX triplet: BC, F2 and 1A. RGB value is (188,242,26). Sum of RGB (Red+Green+Blue) = 188+242+26=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF21A is #430DE5. Grayscale: #CACACA. Windows color (decimal): -4394470 or 1766076. OLE color: 1766076.

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

Color convert

RGB 188 242 26 -
CMYK 0.22 0 0.89 0.05
HSL 75º 0.89% 0.53% -
HSV(B) 75º 0.89% 0.95% -
XYZ 52.68 74.27 12.54 -
YUV 201.23 29.11 118.56 -
System Red Green Blue C M Y K H S L
Decimal 188 242 26 0.22 0 0.89 0.05 75 0.89 0.53
Hex BC F2 1A 16 0 59 5 4B 59 35
Octal 274 362 32 26 0 131 5 113 131 65
Binary 10111100 11110010 11010 10110 0 1011001 101 1001011 1011001 110101

Color Harmonies of #BCF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF21A

Black with #BCF21A

Text Example


Text Example

White with #BCF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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