#BEDF09

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

Shades of Inch Worm #BEDF09

Tints of Inch Worm #BEDF09

Color information

#BEDF09 (or 0xBEDF09) is unknown color: approx Inch Worm. HEX triplet: BE, DF and 09. RGB value is (190,223,9). Sum of RGB (Red+Green+Blue) = 190+223+9=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDF09 is #4120F6. Grayscale: #BDBDBD. Windows color (decimal): -4268279 or 647102. OLE color: 647102.

HSL color Cylindrical-coordinate representation of color #BEDF09: hue angle of 69.25º 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 #BEDF09 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB1902239-
CMYK0.1500.960.13
HSL69.25º92.24%45.49%-
HSV(B)69.25º95.96%87.45%-
XYZ47.6763.7410.05-
YUV188.7426.57128.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 223 (87.5% from 255) = 52.84%
BLUE value IS 9 (3.91% from 255) = 2.13%
R=45.02%
G=52.84%
B=2.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19022390.1500.960.1369.2592.2445.49
HexBEDF9F060D455c2d
Octal276337111701401510513455
Binary10111110110111111001111101100000110110001011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF09; }

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

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

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

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

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

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

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

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