Html Css Color HEX #BED811 Inch Worm

📋 copy color: '#BED811'

red 190 ◦ green 216 ◦ blue 17

#BED811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BED811

Tints of Inch Worm #BED811

RGB

 RED value IS 190 (74.61% from 255) = 44.92%

 GREEN value IS 216 (84.77% from 255) = 51.06%

 BLUE value IS 17 (7.03% from 255) = 4.02%

R = 44.92%
G = 51.06%
B = 4.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#BED811 (or 0xBED811) is known color: Inch Worm. HEX triplet: BE, D8 and 11. RGB value is (190,216,17). Sum of RGB (Red+Green+Blue) = 190+216+17=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #BED811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED811 is #4127EE. Grayscale: #BABABA. Windows color (decimal): -4270063 or 1169598. OLE color: 1169598.

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

Color convert

RGB 190 216 17 -
CMYK 0.12 0 0.92 0.15
HSL 67.84º 0.85% 0.46% -
HSV(B) 67.84º 0.92% 0.85% -
XYZ 45.89 60.1 9.71 -
YUV 185.54 32.89 131.18 -
System Red Green Blue C M Y K H S L
Decimal 190 216 17 0.12 0 0.92 0.15 67.84 0.85 0.46
Hex BE D8 11 C 0 5C F 44 55 2E
Octal 276 330 21 14 0 134 17 104 125 56
Binary 10111110 11011000 10001 1100 0 1011100 1111 1000100 1010101 101110

Color Harmonies of #BED811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED811

Black with #BED811

Text Example


Text Example

White with #BED811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED811; }

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

 H1.HeaderClassName
 {
   color: #BED811;
 }
 .AnyTagClassName
 {
   color: #BED811;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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