Html Css Color HEX #BED80D Inch Worm

📋 copy color: '#BED80D'

red 190 ◦ green 216 ◦ blue 13

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

Shades of Inch Worm #BED80D

Tints of Inch Worm #BED80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 45.35%
G = 51.55%
B = 3.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BED80D (or 0xBED80D) is known color: Inch Worm. HEX triplet: BE, D8 and 0D. RGB value is (190,216,13). Sum of RGB (Red+Green+Blue) = 190+216+13=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #BED80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED80D is #4127F2. Grayscale: #B9B9B9. Windows color (decimal): -4270067 or 907454. OLE color: 907454.

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

Color convert

RGB 190 216 13 -
CMYK 0.12 0 0.94 0.15
HSL 67.68º 0.89% 0.45% -
HSV(B) 67.68º 0.94% 0.85% -
XYZ 45.86 60.09 9.56 -
YUV 185.08 30.89 131.51 -
System Red Green Blue C M Y K H S L
Decimal 190 216 13 0.12 0 0.94 0.15 67.68 0.89 0.45
Hex BE D8 D C 0 5E F 44 59 2D
Octal 276 330 15 14 0 136 17 104 131 55
Binary 10111110 11011000 1101 1100 0 1011110 1111 1000100 1011001 101101

Color Harmonies of #BED80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED80D

Black with #BED80D

Text Example


Text Example

White with #BED80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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