#BFDF09

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

Shades of Inch Worm #BFDF09

Tints of Inch Worm #BFDF09

Color information

#BFDF09 (or 0xBFDF09) is unknown color: approx Inch Worm. HEX triplet: BF, DF and 09. RGB value is (191,223,9). Sum of RGB (Red+Green+Blue) = 191+223+9=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF09 is #4020F6. Grayscale: #BDBDBD. Windows color (decimal): -4202743 or 647103. OLE color: 647103.

HSL color Cylindrical-coordinate representation of color #BFDF09: hue angle of 68.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFDF09 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB1912239-
CMYK0.1400.960.13
HSL68.97º92.24%45.49%-
HSV(B)68.97º95.96%87.45%-
XYZ47.9263.8710.06-
YUV189.0426.4129.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 223 (87.5% from 255) = 52.72%
BLUE value IS 9 (3.91% from 255) = 2.13%
R=45.15%
G=52.72%
B=2.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19122390.1400.960.1368.9792.2445.49
HexBFDF9E060D455c2d
Octal277337111601401510513455
Binary10111111110111111001111001100000110110001011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF09; }

 p { color: rgb(191,223,9); }

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

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

 a { background-color: rgb(191,223,9); }

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

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

 span { border-color: rgb(191,223,9); }

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