Html Css Color HEX #BCF91A Inch Worm

📋 copy color: '#BCF91A'

red 188 ◦ green 249 ◦ blue 26

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

Shades of Inch Worm #BCF91A

Tints of Inch Worm #BCF91A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.78%

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

R = 40.6%
G = 53.78%
B = 5.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#BCF91A (or 0xBCF91A) is known color: Inch Worm. HEX triplet: BC, F9 and 1A. RGB value is (188,249,26). Sum of RGB (Red+Green+Blue) = 188+249+26=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF91A is #4306E5. Grayscale: #CECECE. Windows color (decimal): -4392678 or 1767868. OLE color: 1767868.

HSL color Cylindrical-coordinate representation of color #BCF91A: hue angle of 76.41º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCF91A is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 26 -
CMYK 0.24 0 0.90 0.02
HSL 76.41º 0.95% 0.54% -
HSV(B) 76.41º 0.9% 0.98% -
XYZ 54.8 78.52 13.24 -
YUV 205.34 26.79 115.63 -
System Red Green Blue C M Y K H S L
Decimal 188 249 26 0.24 0 0.90 0.02 76.41 0.95 0.54
Hex BC F9 1A 18 0 5A 2 4C 5F 36
Octal 274 371 32 30 0 132 2 114 137 66
Binary 10111100 11111001 11010 11000 0 1011010 10 1001100 1011111 110110

Color Harmonies of #BCF91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF91A

Black with #BCF91A

Text Example


Text Example

White with #BCF91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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