Html Css Color HEX #BED911 Inch Worm

📋 copy color: '#BED911'

red 190 ◦ green 217 ◦ blue 17

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

Shades of Inch Worm #BED911

Tints of Inch Worm #BED911

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.18%

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

R = 44.81%
G = 51.18%
B = 4.01%

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

#BED911 (or 0xBED911) is known color: Inch Worm. HEX triplet: BE, D9 and 11. RGB value is (190,217,17). Sum of RGB (Red+Green+Blue) = 190+217+17=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #BED911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED911 is #4126EE. Grayscale: #BABABA. Windows color (decimal): -4269807 or 1169854. OLE color: 1169854.

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

Color convert

RGB 190 217 17 -
CMYK 0.12 0 0.92 0.15
HSL 68.1º 0.85% 0.46% -
HSV(B) 68.1º 0.92% 0.85% -
XYZ 46.15 60.61 9.8 -
YUV 186.13 32.55 130.76 -
System Red Green Blue C M Y K H S L
Decimal 190 217 17 0.12 0 0.92 0.15 68.1 0.85 0.46
Hex BE D9 11 C 0 5C F 44 55 2E
Octal 276 331 21 14 0 134 17 104 125 56
Binary 10111110 11011001 10001 1100 0 1011100 1111 1000100 1010101 101110

Color Harmonies of #BED911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED911

Black with #BED911

Text Example


Text Example

White with #BED911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED911; }

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

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

background-color css

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

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

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

border-color css

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

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

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