Html Css Color HEX #BEDB16 Inch Worm

📋 copy color: '#BEDB16'

red 190 ◦ green 219 ◦ blue 22

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

Shades of Inch Worm #BEDB16

Tints of Inch Worm #BEDB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.1%

R = 44.08%
G = 50.81%
B = 5.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#BEDB16 (or 0xBEDB16) is known color: Inch Worm. HEX triplet: BE, DB and 16. RGB value is (190,219,22). Sum of RGB (Red+Green+Blue) = 190+219+22=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB16 is #4124E9. Grayscale: #BCBCBC. Windows color (decimal): -4269290 or 1498046. OLE color: 1498046.

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

Color convert

RGB 190 219 22 -
CMYK 0.13 0 0.90 0.14
HSL 68.83º 0.82% 0.47% -
HSV(B) 68.83º 0.9% 0.86% -
XYZ 46.71 61.67 10.2 -
YUV 187.87 34.39 129.52 -
System Red Green Blue C M Y K H S L
Decimal 190 219 22 0.13 0 0.90 0.14 68.83 0.82 0.47
Hex BE DB 16 D 0 5A E 45 52 2F
Octal 276 333 26 15 0 132 16 105 122 57
Binary 10111110 11011011 10110 1101 0 1011010 1110 1000101 1010010 101111

Color Harmonies of #BEDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB16

Black with #BEDB16

Text Example


Text Example

White with #BEDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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