Html Css Color HEX #BFE01A Inch Worm

📋 copy color: '#BFE01A'

red 191 ◦ green 224 ◦ blue 26

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

Shades of Inch Worm #BFE01A

Tints of Inch Worm #BFE01A

RGB

 RED value IS 191 (75% from 255) = 43.31%

 GREEN value IS 224 (87.89% from 255) = 50.79%

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

R = 43.31%
G = 50.79%
B = 5.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#BFE01A (or 0xBFE01A) is known color: Inch Worm. HEX triplet: BF, E0 and 1A. RGB value is (191,224,26). Sum of RGB (Red+Green+Blue) = 191+224+26=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE01A is #401FE5. Grayscale: #C0C0C0. Windows color (decimal): -4202470 or 1761471. OLE color: 1761471.

HSL color Cylindrical-coordinate representation of color #BFE01A: hue angle of 70º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFE01A is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 26 -
CMYK 0.15 0 0.88 0.12
HSL 70º 0.79% 0.49% -
HSV(B) 70º 0.88% 0.88% -
XYZ 48.33 64.46 10.87 -
YUV 191.56 34.57 127.6 -
System Red Green Blue C M Y K H S L
Decimal 191 224 26 0.15 0 0.88 0.12 70 0.79 0.49
Hex BF E0 1A F 0 58 C 46 4F 31
Octal 277 340 32 17 0 130 14 106 117 61
Binary 10111111 11100000 11010 1111 0 1011000 1100 1000110 1001111 110001

Color Harmonies of #BFE01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE01A

Black with #BFE01A

Text Example


Text Example

White with #BFE01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE01A; }

 p { color: rgb(191,224,26); }

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

background-color css

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

 a { background-color: rgb(191,224,26); }

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

border-color css

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

 span { border-color: rgb(191,224,26); }

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