Html Css Color HEX #BED810 Inch Worm

📋 copy color: '#BED810'

red 190 ◦ green 216 ◦ blue 16

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

Shades of Inch Worm #BED810

Tints of Inch Worm #BED810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.79%

R = 45.02%
G = 51.18%
B = 3.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#BED810 (or 0xBED810) is known color: Inch Worm. HEX triplet: BE, D8 and 10. RGB value is (190,216,16). Sum of RGB (Red+Green+Blue) = 190+216+16=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #BED810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED810 is #4127EF. Grayscale: #BABABA. Windows color (decimal): -4270064 or 1104062. OLE color: 1104062.

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

Color convert

RGB 190 216 16 -
CMYK 0.12 0 0.93 0.15
HSL 67.8º 0.86% 0.45% -
HSV(B) 67.8º 0.93% 0.85% -
XYZ 45.88 60.1 9.67 -
YUV 185.43 32.39 131.26 -
System Red Green Blue C M Y K H S L
Decimal 190 216 16 0.12 0 0.93 0.15 67.8 0.86 0.45
Hex BE D8 10 C 0 5D F 44 56 2D
Octal 276 330 20 14 0 135 17 104 126 55
Binary 10111110 11011000 10000 1100 0 1011101 1111 1000100 1010110 101101

Color Harmonies of #BED810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED810

Black with #BED810

Text Example


Text Example

White with #BED810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED810; }

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

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

background-color css

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

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

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

border-color css

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

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

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