Html Css Color HEX #BFE106 Inch Worm

📋 copy color: '#BFE106'

red 191 ◦ green 225 ◦ blue 6

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

Shades of Inch Worm #BFE106

Tints of Inch Worm #BFE106

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.32%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 45.26%
G = 53.32%
B = 1.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#BFE106 (or 0xBFE106) is known color: Inch Worm. HEX triplet: BF, E1 and 06. RGB value is (191,225,6). Sum of RGB (Red+Green+Blue) = 191+225+6=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE106 is #401EF9. Grayscale: #BEBEBE. Windows color (decimal): -4202234 or 451007. OLE color: 451007.

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

Color convert

RGB 191 225 6 -
CMYK 0.15 0 0.97 0.12
HSL 69.32º 0.95% 0.45% -
HSV(B) 69.32º 0.97% 0.88% -
XYZ 48.44 64.94 10.15 -
YUV 189.87 24.24 128.81 -
System Red Green Blue C M Y K H S L
Decimal 191 225 6 0.15 0 0.97 0.12 69.32 0.95 0.45
Hex BF E1 6 F 0 61 C 45 5F 2D
Octal 277 341 6 17 0 141 14 105 137 55
Binary 10111111 11100001 110 1111 0 1100001 1100 1000101 1011111 101101

Color Harmonies of #BFE106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE106

Black with #BFE106

Text Example


Text Example

White with #BFE106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE106; }

 p { color: rgb(191,225,6); }

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

background-color css

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

 a { background-color: rgb(191,225,6); }

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

border-color css

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

 span { border-color: rgb(191,225,6); }

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