Html Css Color HEX #BFD811 Inch Worm

📋 copy color: '#BFD811'

red 191 ◦ green 216 ◦ blue 17

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

Shades of Inch Worm #BFD811

Tints of Inch Worm #BFD811

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.94%

 BLUE value IS 17 (7.03% from 255) = 4.01%

R = 45.05%
G = 50.94%
B = 4.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#BFD811 (or 0xBFD811) is known color: Inch Worm. HEX triplet: BF, D8 and 11. RGB value is (191,216,17). Sum of RGB (Red+Green+Blue) = 191+216+17=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD811 is #4027EE. Grayscale: #BABABA. Windows color (decimal): -4204527 or 1169599. OLE color: 1169599.

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

Color convert

RGB 191 216 17 -
CMYK 0.12 0 0.92 0.15
HSL 67.54º 0.85% 0.46% -
HSV(B) 67.54º 0.92% 0.85% -
XYZ 46.14 60.23 9.72 -
YUV 185.84 32.72 131.68 -
System Red Green Blue C M Y K H S L
Decimal 191 216 17 0.12 0 0.92 0.15 67.54 0.85 0.46
Hex BF D8 11 C 0 5C F 44 55 2E
Octal 277 330 21 14 0 134 17 104 125 56
Binary 10111111 11011000 10001 1100 0 1011100 1111 1000100 1010101 101110

Color Harmonies of #BFD811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD811

Black with #BFD811

Text Example


Text Example

White with #BFD811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD811; }

 p { color: rgb(191,216,17); }

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

background-color css

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

 a { background-color: rgb(191,216,17); }

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

border-color css

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

 span { border-color: rgb(191,216,17); }

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