#BFD801

Color #BFD801 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BFD801

Tints of Inch Worm #BFD801

Color information

#BFD801 (or 0xBFD801) is unknown color: approx Inch Worm. HEX triplet: BF, D8 and 01. RGB value is (191,216,1). Sum of RGB (Red+Green+Blue) = 191+216+1=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD801 is #4027FE. Grayscale: #B8B8B8. Windows color (decimal): -4204543 or 121023. OLE color: 121023.

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

Color convert

RGB1912161-
CMYK0.1201.000.15
HSL66.98º99.08%42.55%-
HSV(B)66.98º99.54%84.71%-
XYZ46.0560.199.22-
YUV184.0224.72132.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 216 (84.77% from 255) = 52.94%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=46.81%
G=52.94%
B=0.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19121610.1201.000.1566.9899.0842.55
HexBFD81C064F43632b
Octal27733011401441710314353
Binary10111111110110001110001100100111110000111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD801; }

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

 H1.HeaderClassName
 {
   color: #BFD801;
 }
 .AnyTagClassName
 {
   color: #BFD801;
 }
</style>
background-color css

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

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

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

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

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

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