Html Css Color HEX #BEDB11 Inch Worm

📋 copy color: '#BEDB11'

red 190 ◦ green 219 ◦ blue 17

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

Shades of Inch Worm #BEDB11

Tints of Inch Worm #BEDB11

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.41%

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

R = 44.6%
G = 51.41%
B = 3.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#BEDB11 (or 0xBEDB11) is known color: Inch Worm. HEX triplet: BE, DB and 11. RGB value is (190,219,17). Sum of RGB (Red+Green+Blue) = 190+219+17=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB11 is #4124EE. Grayscale: #BCBCBC. Windows color (decimal): -4269295 or 1170366. OLE color: 1170366.

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

Color convert

RGB 190 219 17 -
CMYK 0.13 0 0.92 0.14
HSL 68.61º 0.86% 0.46% -
HSV(B) 68.61º 0.92% 0.86% -
XYZ 46.67 61.65 9.97 -
YUV 187.3 31.89 129.93 -
System Red Green Blue C M Y K H S L
Decimal 190 219 17 0.13 0 0.92 0.14 68.61 0.86 0.46
Hex BE DB 11 D 0 5C E 45 56 2E
Octal 276 333 21 15 0 134 16 105 126 56
Binary 10111110 11011011 10001 1101 0 1011100 1110 1000101 1010110 101110

Color Harmonies of #BEDB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB11

Black with #BEDB11

Text Example


Text Example

White with #BEDB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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