Html Css Color HEX #BED815 Inch Worm

📋 copy color: '#BED815'

red 190 ◦ green 216 ◦ blue 21

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

Shades of Inch Worm #BED815

Tints of Inch Worm #BED815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 44.5%
G = 50.59%
B = 4.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#BED815 (or 0xBED815) is known color: Inch Worm. HEX triplet: BE, D8 and 15. RGB value is (190,216,21). Sum of RGB (Red+Green+Blue) = 190+216+21=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #BED815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED815 is #4127EA. Grayscale: #BABABA. Windows color (decimal): -4270059 or 1431742. OLE color: 1431742.

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

Color convert

RGB 190 216 21 -
CMYK 0.12 0 0.90 0.15
HSL 68º 0.82% 0.46% -
HSV(B) 68º 0.9% 0.85% -
XYZ 45.93 60.11 9.89 -
YUV 186 34.89 130.86 -
System Red Green Blue C M Y K H S L
Decimal 190 216 21 0.12 0 0.90 0.15 68 0.82 0.46
Hex BE D8 15 C 0 5A F 44 52 2E
Octal 276 330 25 14 0 132 17 104 122 56
Binary 10111110 11011000 10101 1100 0 1011010 1111 1000100 1010010 101110

Color Harmonies of #BED815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED815

Black with #BED815

Text Example


Text Example

White with #BED815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED815; }

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

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

background-color css

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

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

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

border-color css

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

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

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