#BEDA02

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

Shades of Inch Worm #BEDA02

Tints of Inch Worm #BEDA02

Color information

#BEDA02 (or 0xBEDA02) is unknown color: approx Inch Worm. HEX triplet: BE, DA and 02. RGB value is (190,218,2). Sum of RGB (Red+Green+Blue) = 190+218+2=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA02 is #4125FD. Grayscale: #B9B9B9. Windows color (decimal): -4269566 or 187070. OLE color: 187070.

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

Color convert

RGB1902182-
CMYK0.1300.990.15
HSL67.78º98.18%43.14%-
HSV(B)67.78º99.08%85.49%-
XYZ46.3261.099.41-
YUV18524.72131.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 218 (85.55% from 255) = 53.17%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=46.34%
G=53.17%
B=0.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19021820.1300.990.1567.7898.1843.14
HexBEDA2D063F44622b
Octal27633221501431710414253
Binary101111101101101010110101100011111110001001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA02; }

 p { color: rgb(190,218,2); }

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

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

 a { background-color: rgb(190,218,2); }

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

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

 span { border-color: rgb(190,218,2); }

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