#BED80A

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

Shades of Inch Worm #BED80A

Tints of Inch Worm #BED80A

Color information

#BED80A (or 0xBED80A) is unknown color: approx Inch Worm. HEX triplet: BE, D8 and 0A. RGB value is (190,216,10). Sum of RGB (Red+Green+Blue) = 190+216+10=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #BED80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED80A is #4127F5. Grayscale: #B9B9B9. Windows color (decimal): -4270070 or 710846. OLE color: 710846.

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

Color convert

RGB19021610-
CMYK0.1200.950.15
HSL67.57º91.15%44.31%-
HSV(B)67.57º95.37%84.71%-
XYZ45.8560.089.47-
YUV184.7429.39131.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 216 (84.77% from 255) = 51.92%
BLUE value IS 10 (4.30% from 255) = 2.40%
R=45.67%
G=51.92%
B=2.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190216100.1200.950.1567.5791.1544.31
HexBED8AC05FF445b2c
Octal276330121401371710413354
Binary10111110110110001010110001011111111110001001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED80A; }

 p { color: rgb(190,216,10); }

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

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

 a { background-color: rgb(190,216,10); }

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

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

 span { border-color: rgb(190,216,10); }

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